Loosen binary dependency

This commit is contained in:
Jasper Van der Jeugt 2014-12-08 11:00:01 +01:00
parent db3f9da474
commit 4ccd994758

View file

@ -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,