digestive-functors-heist 0.8.6.0 → 0.8.6.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~heistPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: heist
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- digestive-functors-heist.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.8.6.1+ * Bump heist dependency to 0.14+ - 0.8.6.0 * Make the dfIfChildErrors splice run its children * Allow dfListItem to be used multiple times
digestive-functors-heist.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-heist-Version: 0.8.6.0+Version: 0.8.6.1 Synopsis: Heist frontend for the digestive-functors library Description: Heist frontend for the digestive-functors library Homepage: http://github.com/jaspervdj/digestive-functors@@ -25,7 +25,7 @@ base >= 4 && < 5, blaze-builder >= 0.3 && < 0.4, digestive-functors >= 0.6.1 && < 0.8,- heist >= 0.13 && < 0.14,+ heist >= 0.13 && < 0.15, mtl >= 2 && < 2.3, text >= 0.11 && < 1.2, xmlhtml >= 0.1 && < 0.3