Defined marketMaker
[rootstock.git] / rootstock.cabal
blobd3694c9d20a47dc6d1c40c06e47fe1211e04bc70
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     , mtl >=2.0
31     , persistent-postgresql >=1.2
32     , persistent-template >=1.2
33     , process >=1.1
34     , text >=0.11
35     , time >=1.4
36     , transformers >=0.2
37     , type-level-natural-number >=1.0
38     , websockets >=0.7
39   -- hs-source-dirs:      
40   default-language:    Haskell2010
42 Test-Suite rootstock-tests
43   type:             exitcode-stdio-1.0
44   main-is:          quickcheck-tests.hs
45   build-depends:
46     base >=4.5
47     , approximate-equality >=1.1
48     , bed-and-breakfast >=0.4.2 && <0.5
49     , containers >=0.4 && <0.5
50     , QuickCheck >=2.6
51     , type-level-natural-number >=1.0
52   default-language: Haskell2010
54 Test-Suite longrun-test
55   type:     exitcode-stdio-1.0
56   main-is:  longrun-test.hs
57   build-depends:
58     base >=4.5
59     , approximate-equality >=1.1
60     , bed-and-breakfast >=0.4.2 && <0.5
61     , containers >=0.4 && <0.5
62     , persistent-template >=1.2
63     , QuickCheck >=2.6
64     , text >=0.11
65     , type-level-natural-number >=1.0
66   default-language: Haskell2010