-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNations-Graph.cabal
44 lines (40 loc) · 2.92 KB
/
Nations-Graph.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
-- Initial Nations-Graph.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Nations-Graph
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
-- license-file: LICENSE
author: Roger Curley
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable Nations-Graph
main-is: NationsGraph/Main.hs
other-modules: NationsGraph.Types,
NationsGraph.Wiki,
NationsGraph.HTTP,
NationsGraph.BuildGraph,
NationsGraph.GraphConversion
ghc-options: -fwarn-unused-imports
ghc-prof-options: -fprof-auto
extensions: DoAndIfThenElse
-- other-extensions:
build-depends: base >=4.7 && <4.10, HTTP >=4000.2 && <4000.3, aeson >=0.7 && <0.9, lens-aeson, lens >=4.7 && <4.10, text >=1.1 && <1.3, transformers >=0.3 && <0.5, mtl >=2.1 && <2.3, attoparsec >=0.11 && <0.13, containers >=0.5 && <0.6, either >=4.3 && <4.4, errors >=1.4 && <1.5, bytestring >=0.10 && <0.11, wreq >=0.4 && < 0.5, lens, http-client, aeson-pretty, fgl, graphviz > 2999.17.0.2, semigroups, safe, vector, QuickCheck, xml-conduit, xml-lens, scotty, string-conversions, deepseq, criterion
-- hs-source-dirs: default-language: Haskell2010
Test-Suite Nations-Graph-testsuite
Type: exitcode-stdio-1.0
Main-is: NationsGraph/TestSuite.hs
Build-depends: base >=4.7 && <4.10, HTTP >=4000.2 && <4000.3, aeson >=0.7 && <0.9, lens-aeson, lens >=4.7 && <4.10, text >=1.1 && <1.3, transformers >=0.3 && <0.5, mtl >=2.1 && <2.3, attoparsec >=0.11 && <0.13, containers >=0.5 && <0.6, either >=4.3 && <4.4, errors >=1.4 && <1.5, bytestring >=0.10 && <0.11, wreq >=0.4 && < 0.5, lens, http-client, aeson-pretty, fgl, graphviz > 2999.17.0.2, semigroups, safe, vector, QuickCheck, xml-conduit, xml-lens, scotty, string-conversions, QuickCheck, test-framework, test-framework-quickcheck2, fgl-arbitrary, deepseq, criterion
library
build-depends: base >=4.7 && <4.10, HTTP >=4000.2 && <4000.3, aeson >=0.7 && <0.9, lens-aeson, lens >=4.7 && <4.10, text >=1.1 && <1.3, transformers >=0.3 && <0.5, mtl >=2.1 && <2.3, attoparsec >=0.11 && <0.13, containers >=0.5 && <0.6, either >=4.3 && <4.4, errors >=1.4 && <1.5, bytestring >=0.10 && <0.11, wreq >=0.4 && < 0.5, lens, http-client, aeson-pretty, fgl, graphviz > 2999.17.0.2, semigroups, safe, vector, QuickCheck, xml-conduit, xml-lens, scotty, string-conversions, deepseq, criterion
exposed-modules: NationsGraph.Types,
NationsGraph.Wiki,
NationsGraph.HTTP,
NationsGraph.BuildGraph,
NationsGraph.GraphConversion
extensions: DoAndIfThenElse