hakyll 4.6.1.0 → 4.6.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- hakyll.cabal +3/−3
hakyll.cabal view
@@ -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 @@ 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-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,