From 631557aa60fb154b1b96e4a485c971e0dabdd684 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Aug 2015 15:40:04 -0400 Subject: [PATCH] Revert "fix build warning when building with yesod 1.2" This reverts commit 160b0ac824165e4de57fcc62258ec5f8d4bba548. --- Utility/Yesod.hs | 3 +++ 1 file changed, 3 insertions(+) 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