haskell.packages.ghc843: drop obsolete package set

The underlying compiler is already gone.

Fixes https://github.com/NixOS/nixpkgs/issues/49877.
This commit is contained in:
Peter Simons 2018-11-07 19:40:03 +01:00
parent 1d0517ddb3
commit ca51000e58
1 changed files with 0 additions and 5 deletions

View File

@ -119,11 +119,6 @@ in {
ghc = bh.compiler.ghc822; ghc = bh.compiler.ghc822;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { }; compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { };
}; };
ghc843 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc843;
ghc = bh.compiler.ghc843;
compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.4.x.nix { };
};
ghc844 = callPackage ../development/haskell-modules { ghc844 = callPackage ../development/haskell-modules {
buildHaskellPackages = bh.packages.ghc844; buildHaskellPackages = bh.packages.ghc844;
ghc = bh.compiler.ghc844; ghc = bh.compiler.ghc844;