From 41277766fca22f7d8f3e4d2fe59551a5ecb9a88e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Jun 2013 11:38:01 -0700 Subject: [PATCH] fix a compilation warning --- hledger-web/Handler/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-web/Handler/Common.hs b/hledger-web/Handler/Common.hs index e8f9e2f21..8cb332b7d 100644 --- a/hledger-web/Handler/Common.hs +++ b/hledger-web/Handler/Common.hs @@ -112,7 +112,7 @@ searchform VD{..} = [hamlet| -- | Add transaction form. addform :: Text -> ViewData -> HtmlUrl AppRoute -addform staticRootUrl vd@VD{..} = [hamlet| +addform _ vd@VD{..} = [hamlet|