diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-03 13:13:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-03 13:13:57 -0400 |
commit | f21bd84a8cc8f664106d2cb18fd38152d3372040 (patch) | |
tree | 6b8afec41bd682b72aa7e08173f7e3f5f9c36c54 /Utility | |
parent | eec0d54ba293c7c0f76fc012dc87537ce12788b3 (diff) |
fix build warning when building with yesod 1.2
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Yesod.hs | 3 |
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 |