diff options
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index e80cfa4..48e2cfe 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -53,9 +53,10 @@ source-repository head | |||
53 | location: https://github.com/jtanguy/hmacaroons | 53 | location: https://github.com/jtanguy/hmacaroons |
54 | 54 | ||
55 | library | 55 | library |
56 | exposed-modules: Crypto.Macaroon, | 56 | exposed-modules: Crypto.Macaroon |
57 | Crypto.Macaroon.Binder | 57 | Crypto.Macaroon.Binder |
58 | Crypto.Macaroon.Serializer.Base64 | 58 | Crypto.Macaroon.Serializer.Base64 |
59 | Crypto.Macaroon.Verifier | ||
59 | other-modules: Crypto.Macaroon.Internal | 60 | other-modules: Crypto.Macaroon.Internal |
60 | build-depends: base >=4 && < 5, | 61 | build-depends: base >=4 && < 5, |
61 | attoparsec >=0.12, | 62 | attoparsec >=0.12, |