From 97463507b08f1a363fb02cf8f3f095c882f63f84 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Sep 2014 06:49:40 +0300 Subject: [PATCH] Skip system-filepath tests jmillikin/haskell-filesystem#3 --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 70386d40..6cef89c3 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -199,6 +199,9 @@ defaultExpectedFailures ghcVer = execWriter $ do -- https://github.com/haskell/c2hs/issues/108 add "c2hs" + + -- https://github.com/jmillikin/haskell-filesystem/issues/3 + add "system-filepath" where add = tell . singleton . PackageName