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-20 13:32:18 +0100
committerPeter Simons <simons@cryp.to>2017-12-26 11:35:26 +0100
commite98e7fb329c73b8f15ead5f49cd222bc1f86d292 (patch)
tree191f77d303a7f56cf378c9d1c2a3e5a74fa7d6dc /pkgs/top-level/haskell-packages.nix
parentf1c236a987bc5d0a0de0bafc2d8e0e7556f45450 (diff)
downloadnixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar.gz
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar.bz2
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar.lz
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar.xz
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.tar.zst
nixlib-e98e7fb329c73b8f15ead5f49cd222bc1f86d292.zip
haskell: drop obsolete GHC version 7.10.2; we have 7.10.3
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 661c6d8bf76d..b36f2431b48a 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -58,10 +58,6 @@ in rec {
     ghc784 = callPackage ../development/compilers/ghc/7.8.4.nix {
       ghc = compiler.ghc742Binary;
     };
-    ghc7102 = callPackage ../development/compilers/ghc/7.10.2.nix rec {
-      bootPkgs = packages.ghc784;
-      inherit (bootPkgs) hscolour;
-    };
     ghc7103 = callPackage ../development/compilers/ghc/7.10.3.nix rec {
       bootPkgs = packages.ghc784;
       inherit (bootPkgs) hscolour;
@@ -150,10 +146,6 @@ in rec {
       ghc = compiler.ghc784;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.8.x.nix { };
     };
-    ghc7102 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc7102;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };
-    };
     ghc7103 = callPackage ../development/haskell-modules {
       ghc = compiler.ghc7103;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };