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