aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-05-16 03:09:22 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-05-16 03:11:32 -0400
commitd86edd5161c28f59291c23594de5e9002a1a03b6 (patch)
tree66cc2e9c193cb199760c9db6f3b697bce9a8018d /pkgs/top-level/haskell-packages.nix
parent64df9b6b899fc734577f9b832f17ba3286db1634 (diff)
Dont haddock ghcjs in either version
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index c00bce430c3..2e6bd5ebb85 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -93,7 +93,6 @@ in rec {
inherit (bootPkgs) alex happy;
ghcjsSrcJson = ../development/compilers/ghcjs-ng/8.2/git.json;
stage0 = ../development/compilers/ghcjs-ng/8.2/stage0.nix;
- ghcjsDepOverrides = callPackage ../development/compilers/ghcjs-ng/8.2/dep-overrides.nix {};
};
ghcjs84 = callPackage ../development/compilers/ghcjs-ng rec {
bootPkgs = packages.ghc842;