Test monotonicWordToDouble's monotonicity over the full range of Word64s
[rootstock.git] / rootstock.cabal
blob9a5b4e036a853f4c95ca2ea8f726f45056941347
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     , base16-bytestring >= 0.1
27     , base58address >= 0.4
28     , bed-and-breakfast >=0.5
29     , binary >= 0.7
30     , bytestring >=0.9
31     , cereal >= 0.4
32     , containers >=0.5
33     , crypto-api >= 0.13
34     , crypto-pubkey-types >= 0.4
35     , cryptohash-cryptoapi >= 0.1
36     , ecdsa >= 0.2
37     , errors >= 1.4
38     , esqueleto >=1.3
39     , IfElse >= 0.85
40     , largeword >= 1.1
41     , mtl >=2.0
42     , persistent >= 1.3
43     , persistent-postgresql >=1.2
44     , persistent-template >=1.2
45     , process >=1.1
46     , text >=0.11
47     , time >=1.4
48     , transformers >=0.2
49     , type-level-natural-number >=1.0
50     , utility-ht
51     , websockets >=0.7
52   hs-source-dirs: ., ripple-haskell
53   default-language:    Haskell2010
55 Test-Suite rootstock-tests
56   type:             exitcode-stdio-1.0
57   main-is:          quickcheck-tests.hs
58   build-depends:
59     base >=4.5
60     , approximate-equality >=1.1
61     , bed-and-breakfast >=0.5
62     , containers >=0.5
63     , QuickCheck >=2.6
64     , reinterpret-cast >= 0.1
65     , type-level-natural-number >=1.0
66   default-language: Haskell2010
68 Test-Suite longrun-test
69   type:     exitcode-stdio-1.0
70   main-is:  longrun-test.hs
71   build-depends:
72     base >=4.5
73     , approximate-equality >=1.1
74     , bed-and-breakfast >=0.5
75     , containers >=0.5
76     , persistent-template >=1.2
77     , QuickCheck >=2.6
78     , text >=0.11
79     , type-level-natural-number >=1.0
80   default-language: Haskell2010