digestive-functors-heist 0.5.1.0 → 0.5.1.1
raw patch · 1 files changed
+7/−6 lines, 1 filesdep +mtldep ~heistPVP ok
version bump matches the API change (PVP)
Dependencies added: mtl
Dependency ranges changed: heist
API changes (from Hackage documentation)
Files
digestive-functors-heist.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-heist-Version: 0.5.1.0+Version: 0.5.1.1 Synopsis: Heist frontend for the digestive-functors library Description: Heist frontend for the digestive-functors library Homepage: http://github.com/jaspervdj/digestive-functors@@ -17,8 +17,9 @@ Exposed-modules: Text.Digestive.Heist Build-depends:- base >= 4 && < 5,- digestive-functors >= 0.5 && < 0.6,- heist >= 0.10 && < 0.11,- text >= 0.11 && < 0.12,- xmlhtml >= 0.1 && < 0.3+ base >= 4 && < 5,+ digestive-functors >= 0.5 && < 0.6,+ heist >= 0.10.2 && < 0.11,+ mtl >= 2,+ text >= 0.11 && < 0.12,+ xmlhtml >= 0.1 && < 0.3