summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index a834256..159a7c0 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -142,7 +142,7 @@ Library
Build-Depends:
base >= 4 && < 5,
- binary >= 0.5 && < 0.8,
+ binary >= 0.7 && < 0.8,
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,
@@ -228,7 +228,7 @@ Test-suite hakyll-tests
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copy pasted from hakyll dependencies:
base >= 4 && < 5,
- binary >= 0.5 && < 0.8,
+ binary >= 0.7 && < 0.8,
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,