packages feed

happstack-jmacro 7.0.12.2 → 7.0.12.3

raw patch · 1 files changed

+7/−6 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 view
@@ -1,5 +1,5 @@ Name:                happstack-jmacro-Version:             7.0.12.2+Version:             7.0.12.3 Synopsis:            Support for using JMacro with Happstack Description:         JMacro provides QuasiQuote support for embedding javascript in Haskell source. This module provides some helper functions for serving the generated javascript via Happstack Homepage:            http://www.happstack.com/@@ -11,18 +11,19 @@ Stability:           Provisional Category:            Web, Happstack Build-type:          Simple-Cabal-version:       >=1.6-tested-with:         GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.5, GHC == 8.8.1+Cabal-version:       >=1.10+tested-with:         GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.5, GHC == 8.8.1, GHC == 8.10.2  Library+  Default-language:    Haskell2010   Exposed-modules:     Happstack.Server.JMacro   Build-depends:      base              >  4   && < 5,-     base64-bytestring >= 0.1 && < 1.1,-     bytestring        >= 0.9 && < 0.11,+     base64-bytestring >= 0.1 && < 1.3,+     bytestring        >= 0.9 && < 0.12,      cereal            >= 0.3 && < 0.6,      digest            == 0.0.*,-     happstack-server  >= 6.4 && < 7.7,+     happstack-server  >= 6.4 && < 7.8,      jmacro            == 0.6.*,      wl-pprint-text    >= 1.1 && < 1.3,      text              >= 0.9 && < 1.3,