happstack-hamlet 6.2.4 → 7.0.0
raw patch · 1 files changed
+9/−9 lines, 1 filesdep ~happstack-server
Dependency ranges changed: happstack-server
Files
- happstack-hamlet.cabal +9/−9
happstack-hamlet.cabal view
@@ -1,9 +1,9 @@ Name: happstack-hamlet-Version: 6.2.4+Version: 7.0.0 Synopsis: Support for Hamlet HTML templates in Happstack -Description: Happstack is a web application development framework. - Hamlet provides HTML templates which are checked for +Description: Happstack is a web application development framework.+ Hamlet provides HTML templates which are checked for correctness at compile time. This package add support for using Hamlet templates with Happstack. Homepage: http://www.happstack.com/@@ -25,13 +25,13 @@ Library Exposed-modules: Happstack.Server.Hamlet Build-depends: base >= 3 && <5,- happstack-server >= 6.0 && < 6.7,+ happstack-server >= 6.0 && < 7.1, hamlet >= 0.10 && <0.11, text- + -- Modules not exported by this package.- -- Other-modules: - + -- Other-modules:+ -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.- -- Build-tools: - + -- Build-tools:+