aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal3
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
55library 55library
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,