happstack-hsp 6.2.7 → 6.2.8
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~happstack-server
Dependency ranges changed: happstack-server
Files
happstack-hsp.cabal view
@@ -1,5 +1,5 @@ Name: happstack-hsp-Version: 6.2.7+Version: 6.2.8 Synopsis: Support for using HSP templates in Happstack Description: Happstack is a web application framework. HSP is an XML templating solution. This package makes it easy to use HSP templates with Happstack. Homepage: http://www.happstack.com/@@ -30,7 +30,7 @@ Build-depends: base >= 3.0 && < 5.0, bytestring == 0.9.*,- happstack-server >= 6.0 && < 6.6,+ happstack-server >= 6.0 && < 6.7, harp >= 0.4 && < 0.5, hsx >= 0.9.1 && < 0.10, hsp >= 0.6.1 && < 0.7,
src/Happstack/Server/HSP/HTML.hs view
@@ -43,7 +43,7 @@ unXMLGenT $ <html> <head>- <title><% title %> </title>+ <title><% title %></title> <% headers %> </head> <body>