don't qulify imported functions
This commit is contained in:
parent
3d73acd902
commit
0c242baded
@ -84,8 +84,8 @@ instance Yesod ~sitearg~ where
|
|||||||
mmsg <- getMessage
|
mmsg <- getMessage
|
||||||
pc <- widgetToPageContent $ do
|
pc <- widgetToPageContent $ do
|
||||||
widget
|
widget
|
||||||
addCassius $(Settings.cassiusFile "default-layout")
|
addCassius $(cassiusFile "default-layout")
|
||||||
hamletToRepHtml $(Settings.hamletFile "default-layout")
|
hamletToRepHtml $(hamletFile "default-layout")
|
||||||
|
|
||||||
-- This is done to provide an optimization for serving static files from
|
-- This is done to provide an optimization for serving static files from
|
||||||
-- a separate domain. Please see the staticRoot setting in Settings.hs
|
-- a separate domain. Please see the staticRoot setting in Settings.hs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user