From 79f94269d6056f4a5d96bfa1f48dbee57949e6c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Aug 2015 15:42:44 -0400 Subject: fix build warning when building with yesod 1.2 and newer yesod-core --- Utility/Yesod.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/Yesod.hs') 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 -- cgit v1.2.3