mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-09 04:47:29 +01:00
Don't run shake tests
This commit is contained in:
parent
205545eee1
commit
c6623d61f1
@ -110,6 +110,8 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
when (ghcVer < GhcMajorVersion 7 6) $ do
|
when (ghcVer < GhcMajorVersion 7 6) $ do
|
||||||
-- https://github.com/haskell-suite/haskell-names/issues/39
|
-- https://github.com/haskell-suite/haskell-names/issues/39
|
||||||
add "haskell-names"
|
add "haskell-names"
|
||||||
|
|
||||||
|
add "shake"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user