From 9ceb36e886fb7fb87bfc3160a2b5b105ec3cd68c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 8 Sep 2014 22:18:35 +0300 Subject: [PATCH] Block test suites due to #285 --- Stackage/Config.hs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 487c3930..7cfba351 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -189,6 +189,12 @@ defaultExpectedFailures ghcVer = execWriter $ do -- Restrictive QuickCheck upper bound in test suite add "uuid" + -- https://github.com/fpco/stackage/issues/285 + add "arbtt" + add "diagrams-haddock" + add "scientific" + add "json-schema" + add "tasty-ant-xml" where add = tell . singleton . PackageName @@ -465,10 +471,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do -- current build status. addRange "Andrey Chudnov " "language-ecmascript" ">= 0.16.2 && < 1.0" - -- https://github.com/fpco/stackage/issues/269 - addRange "Michael Snoyman" "tasty-hunit" "< 0.9" - addRange "Michael Snoyman" "lifted-async" "< 0.2.0.2" - -- https://github.com/fpco/stackage/issues/271 when (ghcVer < GhcMajorVersion 7 8) $ addRange "Michael Snoyman" "aeson" "< 0.8" @@ -483,9 +485,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do -- https://github.com/fpco/stackage/issues/279 addRange "Michael Snoyman" "MonadRandom" "< 0.2" - -- https://github.com/fpco/stackage/issues/285 - addRange "Michael Snoyman" "tasty" "< 0.9" - when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do -- Yay workarounds for unnecessarily old versions let peg x y = addRange "Haskell Platform" x y