gdritter repos eben / bfd69f5
Put program behind flag Getty Ritter 7 years ago
1 changed file(s) with 23 addition(s) and 9 deletion(s). Collapse all Expand all
1 -- Initial eben.cabal generated by cabal init. For further documentation,
2 -- see http://haskell.org/cabal/users-guide/
3
41 name: eben
52 version: 0.1.0.0
6 -- synopsis:
7 -- description:
3 -- synopsis:
4 -- description:
85 license: BSD3
96 license-file: LICENSE
107 author: Getty Ritter
118 maintainer: gdritter@galois.com
12 -- copyright:
9 -- copyright:
1310 category: Data
1411 build-type: Simple
15 -- extra-source-files:
12 -- extra-source-files:
1613 cabal-version: >=1.10
14
15 flag build-programs
16 description: Build helper programs
17 default: False
1718
1819 library
1920 exposed-modules: Data.Eben
2021 -- other-modules:
2122 -- other-extensions:
22 build-depends: base >=4.8 && <4.9, bytestring, containers, cereal
23 build-depends: base >=4.8 && <4.9,
24 bytestring,
25 containers,
26 cereal
2327 -- hs-source-dirs:
2428 default-language: Haskell2010
2529
2630 executable json2eben
31 if !flag(build-programs)
32 buildable: False
2733 hs-source-dirs: json2eben
2834 main-is: Main.hs
2935 default-extensions: OverloadedStrings, ScopedTypeVariables
30 build-depends: base >=4.8 && <4.9, eben, aeson, scientific, vector, text, bytestring, containers, unordered-containers
36 build-depends: base >=4.8 && <4.9,
37 eben,
38 aeson,
39 scientific,
40 vector,
41 text,
42 bytestring,
43 containers,
44 unordered-containers
3145 default-language: Haskell2010