haskell-control-monad-free: mark broken when building with ghc-8.6.x

This commit is contained in:
Peter Simons 2018-09-27 17:02:40 +02:00
parent 9f660351a4
commit 89223a9380

View File

@ -46,6 +46,7 @@ self: super: {
# LTS-12.x versions do not compile.
contravariant = self.contravariant_1_5;
control-monad-free = markBrokenVersion "0.6.1" super.control-monad-free;
doctest = self.doctest_0_16_0_1;
doctest_0_16_0_1 = dontCheck super.doctest_0_16_0_1;
Glob = self.Glob_0_9_3;