From ca51000e585d1e8aa16679a09fd3151b529d5d03 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 7 Nov 2018 19:40:03 +0100 Subject: [PATCH] haskell.packages.ghc843: drop obsolete package set The underlying compiler is already gone. Fixes https://github.com/NixOS/nixpkgs/issues/49877. --- pkgs/top-level/haskell-packages.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index ebf1d264f59..2b77c731e63 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -119,11 +119,6 @@ in { ghc = bh.compiler.ghc822; 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 { buildHaskellPackages = bh.packages.ghc844; ghc = bh.compiler.ghc844;