web: fix ghc 6.12 incompatibility in Settings.hs
This commit is contained in:
parent
a954ecd9d6
commit
9040821e8d
@ -121,7 +121,7 @@ staticDir = "static"
|
|||||||
--
|
--
|
||||||
-- To see how this value is used, see urlRenderOverride in hledger-web.hs
|
-- To see how this value is used, see urlRenderOverride in hledger-web.hs
|
||||||
staticRoot :: AppConfig -> Text
|
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
|
-- The rest of this file contains settings which rarely need changing by a
|
||||||
-- user.
|
-- user.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user