packages feed

happstack-hamlet 7.0.1 → 7.0.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~hamletdep ~happstack-serverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hamlet, happstack-server

API changes (from Hackage documentation)

Files

happstack-hamlet.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-hamlet-Version:             7.0.1+Version:             7.0.2 Synopsis:            Support for Hamlet HTML templates in Happstack  Description:         Happstack is a web application development framework.@@ -12,7 +12,7 @@ Author:              Jeremy Shaw Maintainer:          jeremy@seereason.com Copyright:           2010 Jeremy Shaw-Category:            Web+Category:            Web, Happstack Build-type:          Simple Cabal-version:       >=1.6 Extra-source-files:  demo.hs@@ -20,13 +20,13 @@ source-repository head     type:     darcs     subdir:   happstack-hamlet-    location: http://patch-tag.com/r/mae/happstack/pullrepo+    location: http://hub.darcs.net/stepcut/happstack/pullrepo  Library   Exposed-modules:     Happstack.Server.Hamlet   Build-depends:       base >= 3 && <5,-                       happstack-server >= 6.0 && < 7.1,-                       hamlet >= 0.10 && <1.1,+                       happstack-server >= 6.0 && < 7.2,+                       hamlet >= 0.10 && <1.2,                        text    -- Modules not exported by this package.