Merge pull request #53978 from ElvishJerricco/ghcjs-8.4-8.6-fixes

GHCJS: Fix 8.4 and add 8.6
This commit is contained in:
Peter Simons
2019-02-01 13:37:02 +01:00
committed by GitHub
9 changed files with 63 additions and 54 deletions
@@ -76,4 +76,7 @@ self: super: {
haddock-library = dontHaddock (dontCheck self.haddock-library_1_5_0_1);
}));
# cabal2nix doesn't list this because of a conditional on the GHC version.
aeson = addBuildDepend super.aeson self.contravariant;
}