From 1c3b63b3a149f044427c2fe521142cd197a75256 Mon Sep 17 00:00:00 2001 From: Luite Stegeman Date: Fri, 3 Feb 2012 14:33:24 +0100 Subject: [PATCH] Make tests work with GHC 7.4.1 again --- yesod-routes/test/main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-routes/test/main.hs b/yesod-routes/test/main.hs index 1cdf61d7..af73aa09 100644 --- a/yesod-routes/test/main.hs +++ b/yesod-routes/test/main.hs @@ -74,7 +74,7 @@ data MyApp = MyApp data MySub = MySub instance RenderRoute MySub where data -#if MIN_VERSION_base(4,7,0) +#if MIN_VERSION_base(4,5,0) Route #else YRC.Route @@ -89,7 +89,7 @@ getMySub MyApp = MySub data MySubParam = MySubParam Int instance RenderRoute MySubParam where data -#if MIN_VERSION_base(4,7,0) +#if MIN_VERSION_base(4,5,0) Route #else YRC.Route