haskell-configuration-ghc-7.10.x: fix test suite failure in haddock-library

This commit is contained in:
Peter Simons 2015-04-26 09:28:21 +02:00
parent 0340d4d0ea
commit 2c5f7fdd58

View file

@ -101,7 +101,8 @@ self: super: {
# Test suite fails in "/tokens_bytestring_unicode.g.bin".
alex = dontCheck super.alex;
# TODO: update generation code in cabal2nix
# https://github.com/haskell/haddock/issues/378
haddock-library_1_2_0 = dontCheck super.haddock-library_1_2_0;
haddock-library = self.haddock-library_1_2_0;
# Upstream was notified about the over-specified constraint on 'base'