From 43f38dec80e082aaaee162817e3a5e8a96458632 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Fri, 30 Oct 2015 17:15:42 +0100 Subject: Implement workaround for installing 1.18.{0,1} There are quite a few distributions of cabal-install that are built with these broken versions so we patch them on installation now. --- tests/Spec.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/Spec.hs b/tests/Spec.hs index 35bdcc2..54d88df 100644 --- a/tests/Spec.hs +++ b/tests/Spec.hs @@ -32,10 +32,10 @@ main = do ]), ("7.8", [ --- "1.18.0" --- , "1.18.1" - "1.18.1.1" --- , "1.18.1.2" + "1.18.0" + , "1.18.1" + , "1.18.1.1" + , "1.18.1.2" , "1.18.1.3" , "1.18.1.4" , "1.18.1.5" -- cgit v1.2.3