aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index c26ea19..e80cfa4 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -64,12 +64,12 @@ library
64 byteable >= 0.1 && <0.2, 64 byteable >= 0.1 && <0.2,
65 cereal >= 0.4, 65 cereal >= 0.4,
66 cryptohash >=0.11 && <0.12, 66 cryptohash >=0.11 && <0.12,
67 cipher-aes >=0.2 && <0.3, 67 -- cipher-aes >=0.2 && <0.3,
68 deepseq >= 1.1, 68 deepseq >= 1.1,
69 hex >= 0.1 69 hex >= 0.1
70 hs-source-dirs: src 70 hs-source-dirs: src
71 default-language: Haskell2010 71 default-language: Haskell2010
72 72
73benchmark bench 73benchmark bench
74 default-language: Haskell2010 74 default-language: Haskell2010
75 type: exitcode-stdio-1.0 75 type: exitcode-stdio-1.0
@@ -83,7 +83,7 @@ benchmark bench
83 byteable >= 0.1 && <0.2, 83 byteable >= 0.1 && <0.2,
84 cereal >= 0.4, 84 cereal >= 0.4,
85 cryptohash >=0.11 && <0.12, 85 cryptohash >=0.11 && <0.12,
86 cipher-aes >=0.2 && <0.3, 86 -- cipher-aes >=0.2 && <0.3,
87 hex >= 0.1, 87 hex >= 0.1,
88 deepseq >= 1.1, 88 deepseq >= 1.1,
89 criterion >= 1.1 89 criterion >= 1.1