diff options
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 3aa338a..7b5a0dd 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | name: hmacaroons | 1 | name: hmacaroons |
2 | version: 0.1.0.0 | 2 | version: 0.2.0.0 |
3 | synopsis: Haskell implementation of macaroons | 3 | synopsis: Haskell implementation of macaroons |
4 | description: | 4 | description: |
5 | = Macaroons: Pure haskell implementation of macaroons | 5 | = Macaroons: Pure haskell implementation of macaroons |
@@ -60,12 +60,14 @@ library | |||
60 | other-modules: Crypto.Macaroon.Internal | 60 | other-modules: Crypto.Macaroon.Internal |
61 | build-depends: base >=4 && < 5, | 61 | build-depends: base >=4 && < 5, |
62 | attoparsec >=0.12, | 62 | attoparsec >=0.12, |
63 | transformers >= 0.4, | ||
63 | bytestring >=0.10, | 64 | bytestring >=0.10, |
64 | base64-bytestring >= 1.0, | 65 | base64-bytestring >= 1.0, |
65 | byteable >= 0.1 && <0.2, | 66 | byteable >= 0.1 && <0.2, |
66 | cereal >= 0.4, | 67 | cereal >= 0.4, |
67 | cryptohash >=0.11 && <0.12, | 68 | cryptohash >=0.11 && <0.12, |
68 | either >=4.4, | 69 | either >=4.4, |
70 | -- nonce, | ||
69 | -- cipher-aes >=0.2 && <0.3, | 71 | -- cipher-aes >=0.2 && <0.3, |
70 | deepseq >= 1.1, | 72 | deepseq >= 1.1, |
71 | hex >= 0.1 | 73 | hex >= 0.1 |