digestive-functors-snap 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+7/−6 lines, 1 filesdep ~bytestringdep ~digestive-functorsdep ~snap-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, digestive-functors, snap-core, utf8-string
API changes (from Hackage documentation)
Files
digestive-functors-snap.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-snap-Version: 0.1.0.0+Version: 0.1.1.0 Synopsis: Snap backend for the digestive-functors library Description: This is a snap backend for the digestive-functors library. @@ -16,8 +16,9 @@ Library Hs-source-dirs: src Exposed-modules: Text.Digestive.Forms.Snap- Build-depends: base >= 4 && < 5,- digestive-functors == 0.1.0.*,- snap-core >= 0.3,- bytestring >= 0.9,- utf8-string >= 0.3+ Build-depends:+ base >= 4 && < 5,+ bytestring >= 0.9 && < 0.10,+ digestive-functors >= 0.1 && < 0.3,+ snap-core >= 0.5 && < 0.7,+ utf8-string >= 0.3 && < 0.4