haskellPackages.haddock-api: fix build

Also remove haddock-library == 1.4.4 since it's not needed anymore
This commit is contained in:
Bas van Dijk
2018-09-24 01:57:09 +02:00
parent e1d51fa9e6
commit 36e8d638d4
2 changed files with 3 additions and 3 deletions
@@ -927,8 +927,9 @@ self: super: {
text-icu = dontCheck super.text-icu;
# https://github.com/haskell/cabal/issues/4969
haddock-library_1_4_4 = dontHaddock super.haddock-library_1_4_4;
haddock-api = super.haddock-api.override { haddock-library = self.haddock-library_1_4_4; };
haddock-api = (super.haddock-api.overrideScope (self: super: {
haddock-library = self.haddock-library_1_6_0;
})).override { hspec = self.hspec_2_4_8; };
# Jailbreak "unix-compat >=0.1.2 && <0.5".
# Jailbreak "graphviz >=2999.18.1 && <2999.20".