mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 21:51:57 +01:00
Disable json-schema tests for GHC 7.6 silkapp/json-schema#8
This commit is contained in:
parent
678493b87a
commit
77bb7ed33a
@ -171,6 +171,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
-- Depends on a missing graphviz executable
|
-- Depends on a missing graphviz executable
|
||||||
add "graphviz"
|
add "graphviz"
|
||||||
|
|
||||||
|
-- https://github.com/silkapp/json-schema/issues/8
|
||||||
|
when (ghcVer <= GhcMajorVersion 7 6) $
|
||||||
|
add "json-schema"
|
||||||
|
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user