happstack-heist 6.0.1 → 6.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~blaze-builderdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder, happstack-server
API changes (from Hackage documentation)
Files
- happstack-heist.cabal +3/−3
happstack-heist.cabal view
@@ -1,5 +1,5 @@ Name: happstack-heist-Version: 6.0.1+Version: 6.0.2 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/@@ -20,9 +20,9 @@ Library Exposed-modules: Happstack.Server.Heist Build-depends: base >= 3.0 && < 5.0,- blaze-builder >= 0.2 && <0.3,+ blaze-builder >= 0.2 && <0.4, bytestring == 0.9.*, filepath,- happstack-server >= 6.0 && < 6.1,+ happstack-server >= 6.0 && < 6.2, heist >= 0.5 && < 0.6, mtl == 2.*