-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwitch.cabal
More file actions
32 lines (29 loc) · 1.03 KB
/
Copy pathSwitch.cabal
File metadata and controls
32 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-- Initial Switch.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Switch
version: 0.1
synopsis: Switch assignment
-- description:
license: MIT
license-file: LICENSE
author: Martin Sehnoutka
maintainer: sehnoutka.martin@gmail.com
-- copyright:
category: Network
build-type: Simple
extra-source-files: README
cabal-version: >=1.10
executable switch
main-is: switch.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7, regex-posix >=0.95 && <0.96, time >=1.4, network >= 2.6, stm >= 2.4.2, containers >= 0.5.5.1
-- hs-source-dirs:
default-language: Haskell2010
executable client
main-is: client.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7, network >= 2.6, random >= 1.1, regex-posix >=0.95 && <0.96, monad-loops >=0.4.2, time >=1.4
-- hs-source-dirs:
default-language: Haskell2010