]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - hmacaroons.cabal
Update QuickCheck
[github/fretlink/hmacaroons.git] / hmacaroons.cabal
index 48e2cfe296e5831dbc700679ae003f549bf730cd..b70a9847a455862cd8bb8c1a6af717c09fed8cb6 100644 (file)
@@ -44,7 +44,7 @@ category:            Data
 build-type:          Simple
 extra-source-files:  README.md
                      CONTRIBUTING.md
-                     CHANGELOG
+                     CHANGELOG.md
 cabal-version:       >=1.10
 
 source-repository head
@@ -65,6 +65,7 @@ library
                   byteable >= 0.1 && <0.2,
                   cereal >= 0.4,
                   cryptohash >=0.11 && <0.12,
+                  either >=4.4,
                   -- cipher-aes >=0.2 && <0.3,
                   deepseq >= 1.1,
                   hex >= 0.1
@@ -105,5 +106,5 @@ test-suite test
                   tasty >= 0.10,
                   tasty-hunit >= 0.9,
                   tasty-quickcheck >= 0.8,
-                  QuickCheck < 2.8,
+                  QuickCheck >= 2.8,
                   hmacaroons