Facility for Rootstock object to keep track of sequence number
[rootstock.git] / rootstock.cabal
blob3e52d2d16c4848d63a3c6224b8913874100b6db9
1 -- Initial rootstock.cabal generated by cabal init.  For further 
2 -- documentation, see http://haskell.org/cabal/users-guide/
4 name:                rootstock
5 version:             1.0.0.0
6 synopsis:            An automated market maker for Ripple
7 -- description:         
8 license:             GPL-3
9 license-file:        LICENSE
10 author:              Tim Makarios
11 maintainer:          tjm1983@gmail.com
12 -- copyright:           
13 category:            Finance
14 build-type:          Simple
15 -- extra-source-files:  
16 cabal-version:       >=1.10
18 executable rootstock
19   main-is:              rootstock.hs
20   -- other-modules:       
21   other-extensions:     TemplateHaskell, QuasiQuotes, TypeFamilies, FlexibleContexts, Trustworthy, FlexibleInstances, UndecidableInstances, RankNTypes, ScopedTypeVariables
22   build-depends:
23     base >=4.5
24     , aeson >=0.6
25     , approximate-equality >=1.1
26     , bed-and-breakfast >=0.4.2 && <0.5
27     , bytestring >=0.9
28     , containers >=0.4 && <0.5
29     , esqueleto >=1.3
30     , IfElse >= 0.85
31     , mtl >=2.0
32     , persistent-postgresql >=1.2
33     , persistent-template >=1.2
34     , process >=1.1
35     , text >=0.11
36     , time >=1.4
37     , transformers >=0.2
38     , type-level-natural-number >=1.0
39     , websockets >=0.7
40   -- hs-source-dirs:      
41   default-language:    Haskell2010
43 Test-Suite rootstock-tests
44   type:             exitcode-stdio-1.0
45   main-is:          quickcheck-tests.hs
46   build-depends:
47     base >=4.5
48     , approximate-equality >=1.1
49     , bed-and-breakfast >=0.4.2 && <0.5
50     , containers >=0.4 && <0.5
51     , QuickCheck >=2.6
52     , type-level-natural-number >=1.0
53   default-language: Haskell2010
55 Test-Suite longrun-test
56   type:     exitcode-stdio-1.0
57   main-is:  longrun-test.hs
58   build-depends:
59     base >=4.5
60     , approximate-equality >=1.1
61     , bed-and-breakfast >=0.4.2 && <0.5
62     , containers >=0.4 && <0.5
63     , persistent-template >=1.2
64     , QuickCheck >=2.6
65     , text >=0.11
66     , type-level-natural-number >=1.0
67   default-language: Haskell2010