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-29 17:00:15 +0100
committerPeter Simons <simons@cryp.to>2017-12-30 13:51:07 +0100
commitf5a501074ff5692b2e4dcd22fd2daa3bdde17470 (patch)
treecd5e5468778648bb2948a294d3dee178aacfaf97 /pkgs/top-level/haskell-packages.nix
parentaf6f4f084935bc0cd6fef71bf8825c533170b054 (diff)
downloadnixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar.gz
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar.bz2
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar.lz
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar.xz
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.tar.zst
nixlib-f5a501074ff5692b2e4dcd22fd2daa3bdde17470.zip
Drop Haskell package set for GHC 7.8.4.
We support only the last three major releases, i.e. 7.10.x is the latest
compiler we worry about.

The *compiler* is still there, though; it's just the package set that's been
removed.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index c4dc88b37dea..fc4074dd8cd9 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -116,10 +116,6 @@ in rec {
 
   packages = {
 
-    ghc784 = callPackage ../development/haskell-modules {
-      ghc = compiler.ghc784;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.8.x.nix { };
-    };
     ghc7103 = callPackage ../development/haskell-modules {
       ghc = compiler.ghc7103;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-7.10.x.nix { };