packages feed

hsx-jmacro 7.3.4 → 7.3.5

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~mtl

Dependency ranges changed: mtl

Files

hsx-jmacro.cabal view
@@ -1,5 +1,5 @@ Name:                hsx-jmacro-Version:             7.3.4+Version:             7.3.5 Synopsis:            hsp+jmacro support Description:         HSP allows for the use of literal XML in Haskell program text. JMacro allows for the use of javascript-syntax for generating javascript in Haskell. This library makes it easy to embed JMacro generated javascript in HSX templates. Homepage:            http://www.happstack.com/@@ -23,6 +23,6 @@                      happstack-hsp  >= 7.2    && < 7.4,                      hsp            >= 0.9    && < 0.11,                      jmacro         >= 0.6    && < 0.7,-                     mtl            >= 2.0    && < 2.2,+                     mtl            >= 2.0    && < 2.3,                      wl-pprint-text == 1.1.*,                      text           >= 0.11 && < 1.2