summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-19 17:44:00 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 09:17:46 +0100
commitdbc55c11f03427277228e68fa60e52c4df00b86e (patch)
treef8a911e225e84b4571baca2a0293583017e447a0 /pkgs/top-level/haskell-packages.nix
parent45e819dd49799d8b680084ed57f6d0633581b957 (diff)
downloadnixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar.gz
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar.bz2
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar.lz
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar.xz
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.tar.zst
nixpkgs-dbc55c11f03427277228e68fa60e52c4df00b86e.zip
ghc: drop 8.2.1 version; we have 8.2.2 already
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 7e52fdb29fc..661c6d8bf76 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -71,13 +71,6 @@ in rec {
       inherit (bootPkgs) hscolour;
       sphinx = pkgs.python27Packages.sphinx;
     };
-    ghc821 = callPackage ../development/compilers/ghc/8.2.1.nix rec {
-      bootPkgs = packages.ghc802;
-      inherit (bootPkgs) hscolour alex happy;
-      inherit buildPlatform targetPlatform;
-      sphinx = pkgs.python3Packages.sphinx;
-      selfPkgs = packages.ghc821;
-    };
     ghc822 = callPackage ../development/compilers/ghc/8.2.2.nix rec {
       bootPkgs = packages.ghc802;
       inherit (bootPkgs) hscolour alex happy;
@@ -169,10 +162,6 @@ in rec {
       ghc = compiler.ghc802;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.0.x.nix { };
     };
-    ghc821 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc821;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { };
-    };
     ghc822 = callPackage ../development/haskell-modules {
       ghc = compiler.ghc822;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { };
@@ -186,10 +175,6 @@ in rec {
       ghc = compiler.ghcHEAD.crossCompiler;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-head.nix { };
     };
-    ghcCross821 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc821.crossCompiler;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.2.x.nix { };
-    };
     ghcjs = callPackage ../development/haskell-modules {
       ghc = compiler.ghcjs;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };