aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 19:41:47 +0200
committerJulien Tanguy <julien.tanguy@jhome.fr>2015-08-17 19:45:43 +0200
commit90ca5fcb35e750c8a5bdeca0a2b61ffc22781182 (patch)
tree44507a5a9ddee3bb26c97518848e2b0c1c8e320a
parentcfeb65a103cb58048328b2ca3ce74351017f70d1 (diff)
downloadhmacaroons-verification.tar.gz
hmacaroons-verification.tar.zst
hmacaroons-verification.zip
Add transformers to bench depsverification
-rw-r--r--hmacaroons.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index 8c6f410..3f0bd89 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -86,6 +86,7 @@ benchmark bench
86 byteable >= 0.1 && <0.2, 86 byteable >= 0.1 && <0.2,
87 cereal >= 0.4, 87 cereal >= 0.4,
88 cryptohash >=0.11 && <0.12, 88 cryptohash >=0.11 && <0.12,
89 transformers >= 0.3,
89 -- cipher-aes >=0.2 && <0.3, 90 -- cipher-aes >=0.2 && <0.3,
90 either >=4.4, 91 either >=4.4,
91 hex >= 0.1, 92 hex >= 0.1,