-
Notifications
You must be signed in to change notification settings - Fork 0
/
processdata-test.cabal
59 lines (55 loc) · 1.94 KB
/
processdata-test.cabal
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
-- Initial processdata-test.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: processdata-test
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
-- author:
-- maintainer:
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable gen
main-is: Generate.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7,
hashable >=1.2.3,
transformers >=0.3,
bytestring >=0.10.4,
cereal >=0.4,
cereal-plus >=0.4,
pipes >=4.1,
pipes-bytestring >=2.1,
QuickCheck >=2.7,
quickcheck-instances >=0.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2 -Wall
executable parse
main-is: Parse.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7,
text >=1.2,
hashable >=1.2.3,
unordered-containers >= 0.2.5,
transformers >=0.3,
bytestring >=0.10.4,
cereal >=0.4,
cereal-plus >=0.4,
pipes >=4.1,
pipes-bytestring >=2.1,
pipes-cereal-plus >=0.4,
pipes-extras >=1.0,
foldl >=1.0,
QuickCheck >=2.7,
quickcheck-instances >=0.3,
either >=4.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2 -Wall