aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index a9f6ea5..9733a18 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -15,9 +15,11 @@ cabal-version: >=1.10
15library 15library
16 exposed-modules: Crypto.Macaroon, 16 exposed-modules: Crypto.Macaroon,
17 Crypto.Macaroon.Binder 17 Crypto.Macaroon.Binder
18 Crypto.Macaroon.Serializer.Base64
18 other-modules: Crypto.Macaroon.Internal 19 other-modules: Crypto.Macaroon.Internal
19 -- other-extensions: 20 -- other-extensions:
20 build-depends: base >=4 && < 5, 21 build-depends: base >=4 && < 5,
22 attoparsec >=0.12,
21 bytestring >=0.10, 23 bytestring >=0.10,
22 base64-bytestring >= 1.0, 24 base64-bytestring >= 1.0,
23 byteable >= 0.1 && <0.2, 25 byteable >= 0.1 && <0.2,
@@ -36,6 +38,7 @@ benchmark bench
36 main-is: bench.hs 38 main-is: bench.hs
37 ghc-options: -O2 39 ghc-options: -O2
38 build-depends: base >= 4 && <5, 40 build-depends: base >= 4 && <5,
41 attoparsec >=0.12,
39 bytestring >=0.10, 42 bytestring >=0.10,
40 base64-bytestring >= 1.0, 43 base64-bytestring >= 1.0,
41 cereal >= 0.4, 44 cereal >= 0.4,
@@ -52,6 +55,7 @@ test-suite test
52 hs-source-dirs: test 55 hs-source-dirs: test
53 main-is: tests.hs 56 main-is: tests.hs
54 build-depends: base >= 4 && <5, 57 build-depends: base >= 4 && <5,
58 attoparsec >=0.12,
55 bytestring >=0.10, 59 bytestring >=0.10,
56 base64-bytestring >= 1.0, 60 base64-bytestring >= 1.0,
57 byteable >= 0.1 && <0.2, 61 byteable >= 0.1 && <0.2,