aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:56:12 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 18:56:12 +0200
commita11f20be0fadf21cc96164b49305b59ac7445aa2 (patch)
tree00a8eec6be63241f0e40a4306e0eae436b6ff11c /hmacaroons.cabal
parentcb1ee5df44a6a68f32e7f8413cee4a7105d37b4b (diff)
downloadhmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.tar.gz
hmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.tar.zst
hmacaroons-a11f20be0fadf21cc96164b49305b59ac7445aa2.zip
ghc<7.10.1 compat
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index 83b2cd7..85958b9 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -1,5 +1,5 @@
1name: hmacaroons 1name: hmacaroons
2version: 0.3.0.0 2version: 0.4.0.0
3synopsis: Haskell implementation of macaroons 3synopsis: Haskell implementation of macaroons
4description: 4description:
5 Hmacaroons is a pure haskell implementation of macaroons. It aims to 5 Hmacaroons is a pure haskell implementation of macaroons. It aims to
@@ -58,7 +58,7 @@ library
58 Crypto.Macaroon.Verifier.Internal 58 Crypto.Macaroon.Verifier.Internal
59 build-depends: base >=4 && < 5, 59 build-depends: base >=4 && < 5,
60 attoparsec >=0.12, 60 attoparsec >=0.12,
61 transformers >= 0.4, 61 transformers >= 0.3,
62 bytestring >=0.10, 62 bytestring >=0.10,
63 base64-bytestring >= 1.0, 63 base64-bytestring >= 1.0,
64 byteable >= 0.1 && <0.2, 64 byteable >= 0.1 && <0.2,
@@ -110,4 +110,4 @@ test-suite test
110 tasty-quickcheck >= 0.8, 110 tasty-quickcheck >= 0.8,
111 QuickCheck >= 2.8, 111 QuickCheck >= 2.8,
112 deepseq >= 1.1, 112 deepseq >= 1.1,
113 transformers >= 0.4 113 transformers >= 0.3