Don't use incompatible haddock-api.

This commit is contained in:
Michael Alan Dorman 2016-05-27 07:51:17 -04:00 committed by Peter Simons
parent 84f31ded3f
commit 8fdcf556a1

View file

@ -181,6 +181,9 @@ self: super: {
# https://github.com/haskell/haddock/issues/427
haddock = dontCheck super.haddock;
# haddock-api >= 2.17 is GHC 8.0 only
haddock-api = self.haddock-api_2_16_1;
# The tests in vty-ui do not build, but vty-ui itself builds.
vty-ui = enableCabalFlag super.vty-ui "no-tests";