Skip to content

Commit

Permalink
More blaze-html changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 8, 2012
1 parent 7a3bcfe commit 02c9541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hamlet/hamlet.cabal
Expand Up @@ -41,7 +41,7 @@ extra-source-files:

flag blaze_html_0_5
description: Use blaze-html 0.5 and blaze-markup 0.5
default: False
default: True

library
build-depends: base >= 4 && < 5
Expand Down
2 changes: 1 addition & 1 deletion servius/servius.cabal
Expand Up @@ -24,7 +24,7 @@ Executable servius
, bytestring >= 0.9.1.4
, text >= 0.7
, blaze-builder
, blaze-html
, blaze-html >= 0.5 && < 0.6
, http-types
, hamlet >= 1.0 && < 1.1
, shakespeare-css >= 1.0 && < 1.1
Expand Down
2 changes: 1 addition & 1 deletion servius/servius.hs
Expand Up @@ -27,7 +27,7 @@ import Text.Lucius (luciusRT)
import Text.Hamlet (defaultHamletSettings)
import Text.Hamlet.RT (parseHamletRT, renderHamletRT)
import Network.HTTP.Types (status200)
import Text.Blaze.Renderer.Utf8 (renderHtmlBuilder)
import Text.Blaze.Html.Renderer.Utf8 (renderHtmlBuilder)
import qualified Data.Text.Lazy as TL
import Blaze.ByteString.Builder.Char.Utf8 (fromLazyText)

Expand Down

0 comments on commit 02c9541

Please sign in to comment.