haskell-monad-par: disable the test suite when building with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-09-18 15:13:27 +00:00
parent 373796c411
commit 7832aefa80

View File

@ -147,6 +147,7 @@ self: super: {
});
tls = self.tls_1_5_1;
vault = dontHaddock super.vault;
monad-par = dontCheck super.monad-par; # test suite does not compile in monad-par-0.3.4.8
# TODO dont fetch patch if https://github.com/simonmar/alex/issues/140 is resolved
alex = appendPatch super.alex (pkgs.fetchpatch {