From 7f91a97d1910cd11e8e8d8b546388a58d1172c8e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 14 Sep 2011 02:42:18 +0000 Subject: [PATCH] fix yesod haddock breakage --- hledger-web/Hledger/Web/Settings.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Hledger/Web/Settings.hs b/hledger-web/Hledger/Web/Settings.hs index 68acba967..8df87289a 100644 --- a/hledger-web/Hledger/Web/Settings.hs +++ b/hledger-web/Hledger/Web/Settings.hs @@ -73,7 +73,7 @@ data AppConfig = AppConfig { , appPort :: Int - -- | The base URL for your application. This will usually be different for + -- The base URL for your application. This will usually be different for -- development and production. Yesod automatically constructs URLs for you, -- so this value must be accurate to create valid links. -- Please note that there is no trailing slash.