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.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index 138a06e..4bcfe6a 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: 5.0.1 5version: 6.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
@@ -41,7 +41,7 @@ library
41 , Cabal >=1.22.4 && <2 41 , Cabal >=1.22.4 && <2
42 , cabal-test-quickcheck >=0.1.6 && <1 42 , cabal-test-quickcheck >=0.1.6 && <1
43 , servant >=0.4.4 && <1 43 , servant >=0.4.4 && <1
44 , aeson >=0.9.0 && <1 44 , aeson >=1.0 && <2
45 , base64-bytestring >=1.0.0 && <2 45 , base64-bytestring >=1.0.0 && <2
46 , encoding >=0.8 && <1 46 , encoding >=0.8 && <1
47 , time >=1.5.0 && <2 47 , time >=1.5.0 && <2
@@ -62,4 +62,4 @@ Test-Suite tests
62 , hspec >=2.2.1 && <3 62 , hspec >=2.2.1 && <3
63 , QuickCheck >=2.8.1 && <3 63 , QuickCheck >=2.8.1 && <3
64 , quickcheck-instances >=0.3.11 && <4 64 , quickcheck-instances >=0.3.11 && <4
65 , aeson >=0.9.0 && <1 \ No newline at end of file 65 , aeson >=1.0 && <2 \ No newline at end of file