tiny: don't qualify imported function

This commit is contained in:
Greg Weber 2011-09-01 05:43:15 -07:00
parent 55c86c546b
commit 3f78df0c12

View File

@ -70,8 +70,8 @@ instance Yesod ~sitearg~ where
mmsg <- getMessage
pc <- widgetToPageContent $ do
widget
addCassius $(Settings.cassiusFile "default-layout")
hamletToRepHtml $(Settings.hamletFile "default-layout")
addCassius $(cassiusFile "default-layout")
hamletToRepHtml $(hamletFile "default-layout")
-- This is done to provide an optimization for serving static files from
-- a separate domain. Please see the staticroot setting in Settings.hs