forked from mirrors/nixpkgs
haskell-hspec-core: disable test suite when building with GHC 8.0.x.
This commit is contained in:
parent
d487783174
commit
ffabca8f92
|
@ -51,4 +51,7 @@ self: super: {
|
|||
# https://github.com/hspec/HUnit/issues/7
|
||||
HUnit = dontCheck super.HUnit;
|
||||
|
||||
# https://github.com/hspec/hspec/issues/253
|
||||
hspec-core = dontCheck super.hspec-core;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue