hakyll 4.6.7.0 → 4.6.7.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~QuickCheckdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, filepath
API changes (from Hackage documentation)
Files
- hakyll.cabal +5/−5
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.6.7.0+Version: 4.6.7.1 Synopsis: A static website compiler library Description:@@ -151,7 +151,7 @@ data-default >= 0.4 && < 0.6, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3,- filepath >= 1.0 && < 1.4,+ filepath >= 1.0 && < 1.5, lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, network >= 2.6 && < 2.7,@@ -222,7 +222,7 @@ Build-Depends: HUnit >= 1.2 && < 1.3,- QuickCheck >= 2.4 && < 2.8,+ QuickCheck >= 2.4 && < 2.9, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4,@@ -238,7 +238,7 @@ data-default >= 0.4 && < 0.6, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3,- filepath >= 1.0 && < 1.4,+ filepath >= 1.0 && < 1.5, lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, network >= 2.6 && < 2.7,@@ -292,4 +292,4 @@ Build-depends: base >= 4 && < 5, directory >= 1.0 && < 1.3,- filepath >= 1.0 && < 1.4+ filepath >= 1.0 && < 1.5