aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index a7c7c90..5624a3b 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -2,7 +2,7 @@
2-- documentation, see http://haskell.org/cabal/users-guide/ 2-- documentation, see http://haskell.org/cabal/users-guide/
3 3
4name: thermoprint-spec 4name: thermoprint-spec
5version: 1.0.0 5version: 2.0.0
6synopsis: A specification of the API and the payload datatypes and associated utilities 6synopsis: A specification of the API and the payload datatypes and associated utilities
7-- description: 7-- description:
8homepage: http://dirty-haskell.org/tags/thermoprint.html 8homepage: http://dirty-haskell.org/tags/thermoprint.html
@@ -56,9 +56,13 @@ Test-Suite tests
56 main-is: Spec.hs 56 main-is: Spec.hs
57 ghc-options: -threaded -with-rtsopts=-N 57 ghc-options: -threaded -with-rtsopts=-N
58 extensions: StandaloneDeriving 58 extensions: StandaloneDeriving
59 , OverloadedStrings
60 , OverloadedLists
59 build-depends: base >=4.8.1 && <5 61 build-depends: base >=4.8.1 && <5
60 , thermoprint-spec -any 62 , thermoprint-spec -any
61 , hspec >=2.2.1 && <3 63 , hspec >=2.2.1 && <3
62 , QuickCheck >=2.8.1 && <3 64 , QuickCheck >=2.8.1 && <3
63 , quickcheck-instances >=0.3.11 && <4 65 , quickcheck-instances >=0.3.11 && <4
64 , aeson >=0.9.0 && <1 \ No newline at end of file 66 , aeson >=0.9.0 && <1
67 , containers >=0.5.6 && <1
68 , text >=1.2.1 && <2 \ No newline at end of file