GHCJS: Fix GHCJS with haddock-library-1.4.3

This commit is contained in:
Will Fancher 2018-03-26 01:01:58 -04:00
parent 71f28a2ca0
commit 5da837ad9c
2 changed files with 1 additions and 2 deletions

View file

@ -47,6 +47,4 @@ bootPkgs.callPackage ./base.nix {
stage2 = import ./head_stage2.nix;
patches = [ ./ghcjs-head.patch ];
broken = true; # https://hydra.nixos.org/build/71923242
}

View file

@ -74,6 +74,7 @@ self: super: {
indents = dontCheck super.indents;
# Newer versions require GHC 8.2.
haddock-library = self.haddock-library_1_4_3;
haddock-api = self.haddock-api_2_17_4;
haddock = self.haddock_2_17_5;
}