packages feed

happstack-heist 7.2.0 → 7.2.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~either

Dependency ranges changed: either

Files

Happstack/Server/Heist.hs view
@@ -69,7 +69,7 @@ -- module Happstack.Server.Heist     ( initHeistCompiled-   , heistServe+    , heistServe     )     where 
happstack-heist.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-heist-Version:             7.2.0+Version:             7.2.1 Synopsis:            Support for using Heist templates in Happstack Description:         Happstack is a web application framework. Heist is an XML templating solution. This package makes it easy to use Heist templates with Happstack. Homepage:            http://www.happstack.com/@@ -22,7 +22,7 @@   Build-depends:       base             >= 3.0 && < 5.0,                        blaze-builder    >= 0.2 && <0.4,                        bytestring       >= 0.9 && < 0.11,-                       either           == 3.4.*,+                       either           >= 3.4 && < 5,                        filepath,                        happstack-server >= 7.0 && < 7.4,                        heist            >= 0.13 && < 0.14,