aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-07-08 18:13:14 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-07-08 19:16:46 +0200
commitc830f7c2cf925ce340f4097d76ea2a3bc94cb4a6 (patch)
tree21a98f3a5129c4ef8efbca8c9f6b1e76290d536f /hmacaroons.cabal
parent1dcd44f350f9842027b498e89ae586275047a3d3 (diff)
downloadhmacaroons-c830f7c2cf925ce340f4097d76ea2a3bc94cb4a6.tar.gz
hmacaroons-c830f7c2cf925ce340f4097d76ea2a3bc94cb4a6.tar.zst
hmacaroons-c830f7c2cf925ce340f4097d76ea2a3bc94cb4a6.zip
Rewrite Verifier with Validation
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index b70a984..3aa338a 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -86,6 +86,7 @@ benchmark bench
86 cereal >= 0.4, 86 cereal >= 0.4,
87 cryptohash >=0.11 && <0.12, 87 cryptohash >=0.11 && <0.12,
88 -- cipher-aes >=0.2 && <0.3, 88 -- cipher-aes >=0.2 && <0.3,
89 either >=4.4,
89 hex >= 0.1, 90 hex >= 0.1,
90 deepseq >= 1.1, 91 deepseq >= 1.1,
91 criterion >= 1.1 92 criterion >= 1.1
@@ -102,6 +103,7 @@ test-suite test
102 byteable >= 0.1 && <0.2, 103 byteable >= 0.1 && <0.2,
103 cereal >= 0.4, 104 cereal >= 0.4,
104 cryptohash >=0.11 && <0.12, 105 cryptohash >=0.11 && <0.12,
106 either >=4.4,
105 hex >= 0.1, 107 hex >= 0.1,
106 tasty >= 0.10, 108 tasty >= 0.10,
107 tasty-hunit >= 0.9, 109 tasty-hunit >= 0.9,