ToHtml now in blaze

This commit is contained in:
Michael Snoyman 2011-01-19 23:03:54 +02:00
parent f219370b06
commit ba55a82d1a
3 changed files with 3 additions and 1 deletions

View File

@ -49,6 +49,7 @@ import Control.Applicative
import Yesod.Request
import Control.Monad (liftM)
import Text.Hamlet
import Text.Blaze (ToHtml (..))
import Data.String
import Control.Monad (join)

View File

@ -24,6 +24,7 @@ module Yesod.Form.Profiles
import Yesod.Form.Core
import Yesod.Widget
import Text.Hamlet hiding (renderHtml)
import Text.Blaze (ToHtml (..))
import Text.Cassius
import Data.Time (Day, TimeOfDay(..))
import qualified Text.Email.Validate as Email

View File

@ -24,7 +24,7 @@ library
, blaze-builder >= 0.2.1 && < 0.3
, network >= 2.2 && < 2.4
, email-validate >= 0.2.6 && < 0.3
, blaze-html >= 0.3.0.4 && < 0.4
, blaze-html >= 0.4 && < 0.5
, bytestring >= 0.9 && < 0.10
exposed-modules: Yesod.Form
Yesod.Form.Class