mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 03:31:59 +01:00
Block test suites due to #285
This commit is contained in:
parent
243ee6b09b
commit
9ceb36e886
@ -189,6 +189,12 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
-- Restrictive QuickCheck upper bound in test suite
|
-- Restrictive QuickCheck upper bound in test suite
|
||||||
add "uuid"
|
add "uuid"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/285
|
||||||
|
add "arbtt"
|
||||||
|
add "diagrams-haddock"
|
||||||
|
add "scientific"
|
||||||
|
add "json-schema"
|
||||||
|
add "tasty-ant-xml"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
@ -465,10 +471,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- current build status.
|
-- current build status.
|
||||||
addRange "Andrey Chudnov <oss@chudnov.com>" "language-ecmascript" ">= 0.16.2 && < 1.0"
|
addRange "Andrey Chudnov <oss@chudnov.com>" "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
|
-- https://github.com/fpco/stackage/issues/271
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $
|
when (ghcVer < GhcMajorVersion 7 8) $
|
||||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||||
@ -483,9 +485,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/279
|
-- https://github.com/fpco/stackage/issues/279
|
||||||
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
|
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
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- Yay workarounds for unnecessarily old versions
|
-- Yay workarounds for unnecessarily old versions
|
||||||
let peg x y = addRange "Haskell Platform" x y
|
let peg x y = addRange "Haskell Platform" x y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user