happstack-jmacro 7.0.2 → 7.0.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~base64-bytestringdep ~bytestringdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base64-bytestring, bytestring, happstack-server
API changes (from Hackage documentation)
Files
- happstack-jmacro.cabal +5/−5
happstack-jmacro.cabal view
@@ -1,5 +1,5 @@ Name: happstack-jmacro-Version: 7.0.2+Version: 7.0.3 Synopsis: Support for using JMacro with Happstack Homepage: http://www.happstack.com/ License: BSD3@@ -8,7 +8,7 @@ Maintainer: jeremy@n-heptane.com -- Copyright: Stability: Provisional-Category: Web+Category: Web, Happstack Build-type: Simple Cabal-version: >=1.6 @@ -17,11 +17,11 @@ Exposed-modules: Happstack.Server.JMacro Build-depends: base >4 && <5,- base64-bytestring == 0.1.*,- bytestring == 0.9.*,+ base64-bytestring >= 0.1 && < 1.1,+ bytestring >= 0.9 && < 0.11, cereal == 0.3.*, digest == 0.0.*,- happstack-server >= 6.4 && <7.1,+ happstack-server >= 6.4 && <7.2, jmacro == 0.5.*, pretty == 1.0.* || == 1.1.*, utf8-string == 0.3.*