snap-blaze 0.1.0.0 → 0.2.0.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~blaze-htmlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html
API changes (from Hackage documentation)
Files
- snap-blaze.cabal +2/−2
- src/Snap/Blaze.hs +2/−2
snap-blaze.cabal view
@@ -1,5 +1,5 @@ Name: snap-blaze-Version: 0.1.0.0+Version: 0.2.0.0 Synopsis: blaze-html integration for Snap Description: blaze-html integration for Snap Homepage: http://github.com/jaspervdj/snap-blaze@@ -21,7 +21,7 @@ Build-depends: base >= 4 && < 5,- blaze-html >= 0.4 && < 0.5,+ blaze-html >= 0.5 && < 0.6, snap-core >= 0.6 && < 0.9 Source-repository head
src/Snap/Blaze.hs view
@@ -3,8 +3,8 @@ ( blaze ) where -import Text.Blaze (Html)-import Text.Blaze.Renderer.Utf8 (renderHtml)+import Text.Blaze.Html (Html)+import Text.Blaze.Html.Renderer.Utf8 (renderHtml) import Snap.Core (MonadSnap (..), addHeader, modifyResponse, writeLBS) -- | Write some 'Html' as response