From 842a22f3c490be83122709fb903663c200b5d98f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 30 Oct 2013 12:18:11 +0200 Subject: [PATCH] Disable text-icu tests bos/text-icu#3 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index b97c6dda..4941ef29 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -109,6 +109,9 @@ defaultExpectedFailures ghcVer = execWriter $ do add "haskell-names" add "shake" + + -- https://github.com/bos/text-icu/issues/3 + add "text-icu" where add = tell . singleton . PackageName