aboutsummaryrefslogtreecommitdiffhomepage
path: root/hmacaroons.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r--hmacaroons.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal
index a731592..b70a984 100644
--- a/hmacaroons.cabal
+++ b/hmacaroons.cabal
@@ -65,6 +65,7 @@ library
65 byteable >= 0.1 && <0.2, 65 byteable >= 0.1 && <0.2,
66 cereal >= 0.4, 66 cereal >= 0.4,
67 cryptohash >=0.11 && <0.12, 67 cryptohash >=0.11 && <0.12,
68 either >=4.4,
68 -- cipher-aes >=0.2 && <0.3, 69 -- cipher-aes >=0.2 && <0.3,
69 deepseq >= 1.1, 70 deepseq >= 1.1,
70 hex >= 0.1 71 hex >= 0.1
@@ -105,5 +106,5 @@ test-suite test
105 tasty >= 0.10, 106 tasty >= 0.10,
106 tasty-hunit >= 0.9, 107 tasty-hunit >= 0.9,
107 tasty-quickcheck >= 0.8, 108 tasty-quickcheck >= 0.8,
108 QuickCheck < 2.8, 109 QuickCheck >= 2.8,
109 hmacaroons 110 hmacaroons