diff options
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 6 |
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 @@ | |||
1 | name: hmacaroons | 1 | name: hmacaroons |
2 | version: 0.3.0.0 | 2 | version: 0.4.0.0 |
3 | synopsis: Haskell implementation of macaroons | 3 | synopsis: Haskell implementation of macaroons |
4 | description: | 4 | description: |
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 |