haskell-haddock-library: jailbreak version 1.8.0 so that we can build the test suite

This commit is contained in:
Peter Simons 2019-12-03 12:56:52 +01:00
parent 2c5b9702ef
commit d8ab6c90ce

@ -1080,6 +1080,7 @@ self: super: {
# The test suite is broken. Break out of "base-compat >=0.9.3 && <0.10, hspec >=2.4.4 && <2.5".
haddock-library = doJailbreak (dontCheck super.haddock-library);
haddock-library_1_8_0 = doJailbreak super.haddock-library_1_8_0;
# Generate shell completion.
cabal2nix = generateOptparseApplicativeCompletion "cabal2nix" super.cabal2nix;