hakyll 3.2.7.1 → 3.2.7.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~hamletdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hamlet, mtl
API changes (from Hackage documentation)
Files
- hakyll.cabal +5/−5
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 3.2.7.1+Version: 3.2.7.2 Synopsis: A static website compiler library Description:@@ -68,8 +68,8 @@ cryptohash >= 0.7 && < 0.8, directory >= 1.0 && < 1.2, filepath >= 1.0 && < 1.4,- hamlet >= 0.10.3 && < 0.11,- mtl >= 1 && < 2.1,+ hamlet >= 0.10.3 && < 1.1,+ mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.9 && < 1.10,@@ -166,8 +166,8 @@ cryptohash >= 0.7 && < 0.8, directory >= 1.0 && < 1.2, filepath >= 1.0 && < 1.4,- hamlet >= 0.10.3 && < 0.11,- mtl >= 1 && < 2.1,+ hamlet >= 0.10.3 && < 1.1,+ mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.9 && < 1.10,