happstack-jmacro 7.0.9 → 7.0.10
raw patch · 1 files changed
+8/−5 lines, 1 filesdep ~happstack-serverdep ~utf8-stringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server, utf8-string
API changes (from Hackage documentation)
Files
- happstack-jmacro.cabal +8/−5
happstack-jmacro.cabal view
@@ -1,5 +1,5 @@ Name: happstack-jmacro-Version: 7.0.9+Version: 7.0.10 Synopsis: Support for using JMacro with Happstack Homepage: http://www.happstack.com/ License: BSD3@@ -12,17 +12,20 @@ Build-type: Simple Cabal-version: >=1.6 - Library Exposed-modules: Happstack.Server.JMacro Build-depends:- base >4 && <5,+ base > 4 && < 5, base64-bytestring >= 0.1 && < 1.1, bytestring >= 0.9 && < 0.11, cereal >= 0.3 && < 0.5, digest == 0.0.*,- happstack-server >= 6.4 && <7.4,+ happstack-server >= 6.4 && < 7.5, jmacro == 0.6.*, wl-pprint-text == 1.1.*, text >= 0.9 && < 1.3,- utf8-string == 0.3.*+ utf8-string >= 0.3 && < 1.1++source-repository head+ type: git+ location: https://github.com/Happstack/happstack-jmacro.git