aboutsummaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 15:42:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-03 15:42:44 -0400
commit79f94269d6056f4a5d96bfa1f48dbee57949e6c8 (patch)
tree415a2bfb2fa23891dbcdff194550c9550df24382 /Utility/Yesod.hs
parent578b6c42d2e5f36340f5faec661c657c49a1cb18 (diff)
fix build warning when building with yesod 1.2 and newer yesod-core
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index a8055d34d..0223f9fc4 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -17,7 +17,7 @@ module Utility.Yesod
, widgetFile
, hamletTemplate
#endif
-#if ! MIN_VERSION_yesod(1,4,0)
+#if ! MIN_VERSION_yesod_core(1,2,20)
, withUrlRenderer
#endif
) where