summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2019-01-14 18:07:44 -0500
committerWill Fancher <elvishjerricco@gmail.com>2019-01-30 03:22:58 -0500
commitf8c229e12f47954a026aa19785a60057e948d9e2 (patch)
tree47c7f42c1c5f0100c162737c4da206634d381488 /pkgs/top-level/haskell-packages.nix
parentf2a1a4e93be2d76720a6b96532b5b003cc769312 (diff)
Remove obsolete GHCJS package sets
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 2b8078a7fa9f..642eeb96219c 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -156,18 +156,6 @@ in {
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-head.nix { };
};
ghcjs = packages.ghcjs84;
- ghcjs710 = callPackage ../development/haskell-modules rec {
- buildHaskellPackages = ghc.bootPkgs;
- ghc = bh.compiler.ghcjs710;
- compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
- packageSetConfig = callPackage ../development/haskell-modules/configuration-ghcjs.nix { };
- };
- ghcjs80 = callPackage ../development/haskell-modules rec {
- buildHaskellPackages = ghc.bootPkgs;
- ghc = bh.compiler.ghcjs80;
- compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
- packageSetConfig = callPackage ../development/haskell-modules/configuration-ghcjs.nix { };
- };
ghcjs82 = callPackage ../development/haskell-modules rec {
buildHaskellPackages = ghc.bootPkgs;
ghc = bh.compiler.ghcjs82;