diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-03 15:42:44 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-03 15:42:44 -0400 |
commit | 79f94269d6056f4a5d96bfa1f48dbee57949e6c8 (patch) | |
tree | 415a2bfb2fa23891dbcdff194550c9550df24382 /Utility/Yesod.hs | |
parent | 578b6c42d2e5f36340f5faec661c657c49a1cb18 (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.hs | 2 |
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 |