mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user