packages feed

happstack-jmacro 7.0.11 → 7.0.12

raw patch · 1 files changed

+4/−2 lines, 1 filesdep ~happstack-serverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: happstack-server

API changes (from Hackage documentation)

Files

happstack-jmacro.cabal view
@@ -1,6 +1,7 @@ Name:                happstack-jmacro-Version:             7.0.11+Version:             7.0.12 Synopsis:            Support for using JMacro with Happstack+Description:         Support for using JMacro with Happstack Homepage:            http://www.happstack.com/ License:             BSD3 License-file:        LICENSE@@ -11,6 +12,7 @@ Category:            Web, Happstack Build-type:          Simple Cabal-version:       >=1.6+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1  Library   Exposed-modules:     Happstack.Server.JMacro@@ -20,7 +22,7 @@      bytestring        >= 0.9 && < 0.11,      cereal            >= 0.3 && < 0.6,      digest            == 0.0.*,-     happstack-server  >= 6.4 && < 7.5,+     happstack-server  >= 6.4 && < 7.6,      jmacro            == 0.6.*,      wl-pprint-text    == 1.1.*,      text              >= 0.9 && < 1.3,