diff options
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 2 |
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, |