summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index bc130f2..9373b6c 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.1.0
+Version: 4.6.1.1
Synopsis: A static website compiler library
Description:
@@ -142,7 +142,7 @@ Library
Build-Depends:
base >= 4 && < 5,
- binary >= 0.7 && < 0.8,
+ binary >= 0.5 && < 0.8,
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,
@@ -229,7 +229,7 @@ Test-suite hakyll-tests
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copy pasted from hakyll dependencies:
base >= 4 && < 5,
- binary >= 0.7 && < 0.8,
+ binary >= 0.5 && < 0.8,
blaze-html >= 0.5 && < 0.8,
blaze-markup >= 0.5.1 && < 0.7,
bytestring >= 0.9 && < 0.11,