Revert "Don't use incompatible haddock-api."

This reverts commit 8fdcf556a1. I accidentally committed to the
wrong branch.
This commit is contained in:
Peter Simons 2016-05-27 19:18:31 +02:00
parent 8fdcf556a1
commit aebfb40425

View file

@ -181,9 +181,6 @@ 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";