happstack-hamlet 6.2.1 → 6.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server
API changes (from Hackage documentation)
Files
- happstack-hamlet.cabal +2/−2
happstack-hamlet.cabal view
@@ -1,5 +1,5 @@ Name: happstack-hamlet-Version: 6.2.1+Version: 6.2.2 Synopsis: Support for Hamlet HTML templates in Happstack Description: Happstack is a web application development framework. @@ -25,7 +25,7 @@ Library Exposed-modules: Happstack.Server.Hamlet Build-depends: base >= 3 && <5,- happstack-server >= 6.0 && < 6.4,+ happstack-server >= 6.0 && < 6.5, hamlet >= 0.10 && <0.11, text