diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index 87427582eb..a8055d34de 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -16,6 +16,9 @@ module Utility.Yesod #ifndef __NO_TH__ , widgetFile , hamletTemplate +#endif +#if ! MIN_VERSION_yesod(1,4,0) + , withUrlRenderer #endif ) where