mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +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
|
||||
-- https://github.com/haskell-suite/haskell-names/issues/39
|
||||
add "haskell-names"
|
||||
|
||||
add "shake"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user