web: update to current yesod (0.6.1.2)

This commit is contained in:
Simon Michael 2010-11-15 23:25:55 +00:00
parent 577b7fabff
commit 8740fec8aa
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ instance Yesod App where
mmsg <- getMessage mmsg <- getMessage
pc <- widgetToPageContent $ do pc <- widgetToPageContent $ do
widget widget
addStyle $(cassiusFile "default-layout") addCassius $(cassiusFile "default-layout")
hamletToRepHtml $(hamletFile "default-layout") hamletToRepHtml $(hamletFile "default-layout")
-- authRoute _ = Just $ AuthR LoginR -- authRoute _ = Just $ AuthR LoginR

View File

@ -66,10 +66,10 @@ executable hledger-web
-- ,time -- ,time
-- ,utf8-string >= 0.3.5 && < 0.4 -- ,utf8-string >= 0.3.5 && < 0.4
,io-storage >= 0.3 && < 0.4 ,io-storage >= 0.3 && < 0.4
,yesod >= 0.5.0.3 && < 0.6 ,yesod >= 0.6.1.2 && < 0.7
,hamlet == 0.5.* ,hamlet >= 0.5.1 && < 0.7
,convertible-text >= 0.3.0.1 && < 0.4 -- ,convertible-text >= 0.3.0.1 && < 0.4
,data-object >= 0.3.1.2 && < 0.4 -- ,data-object >= 0.3.1.2 && < 0.4
,failure >= 0.1 && < 0.2 ,failure >= 0.1 && < 0.2
-- ,persistent == 0.2.* -- ,persistent == 0.2.*
-- ,persistent-sqlite == 0.2.* -- ,persistent-sqlite == 0.2.*