aboutsummaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 13:13:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 13:13:57 -0400
commitf21bd84a8cc8f664106d2cb18fd38152d3372040 (patch)
tree6b8afec41bd682b72aa7e08173f7e3f5f9c36c54 /Utility/Yesod.hs
parenteec0d54ba293c7c0f76fc012dc87537ce12788b3 (diff)
fix build warning when building with yesod 1.2
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index a8055d34d..87427582e 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -17,9 +17,6 @@ module Utility.Yesod
, widgetFile
, hamletTemplate
#endif
-#if ! MIN_VERSION_yesod(1,4,0)
- , withUrlRenderer
-#endif
) where
import Yesod as Y