mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
haskell-configuration-ghc-7.10.x: fix test suite failure in haddock-library
This commit is contained in:
parent
0340d4d0ea
commit
2c5f7fdd58
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user