1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

Merge pull request #37842 from ElvishJerricco/fix-ghcjs-haddock-library-1.4.3

GHCJS: Fix GHCJS with haddock-library-1.4.3
This commit is contained in:
Peter Simons 2018-04-02 21:10:33 +02:00 committed by GitHub
commit 5a6291f1a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}