web: fix ghc 6.12 incompatibility in Settings.hs

This commit is contained in:
Simon Michael 2011-10-26 17:30:17 +00:00
parent a954ecd9d6
commit 9040821e8d

View File

@ -121,7 +121,7 @@ staticDir = "static"
--
-- To see how this value is used, see urlRenderOverride in hledger-web.hs
staticRoot :: AppConfig -> Text
staticRoot conf = [st|#{appRoot conf}/static|]
staticRoot conf = [$st|#{appRoot conf}/static|]
-- The rest of this file contains settings which rarely need changing by a
-- user.