3
0
Fork 0
forked from mirrors/nixpkgs

haskell-hspec-core: disable test suite when building with GHC 8.0.x.

This commit is contained in:
Peter Simons 2016-01-25 12:14:40 +01:00
parent d487783174
commit ffabca8f92

View file

@ -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;
}