From af6f4f084935bc0cd6fef71bf8825c533170b054 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 29 Dec 2017 16:57:37 +0100 Subject: ghc: drop obsolete version 7.8.3 We have the newer minor release 7.8.4. --- pkgs/top-level/haskell-packages.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 36d719fd263..c4dc88b37de 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -59,9 +59,6 @@ in rec { ghc763 = callPackage ../development/compilers/ghc/7.6.3.nix { ghc = compiler.ghc704Binary; }; - ghc783 = callPackage ../development/compilers/ghc/7.8.3.nix { - ghc = compiler.ghc742Binary; - }; ghc784 = callPackage ../development/compilers/ghc/7.8.4.nix { ghc = compiler.ghc742Binary; }; -- cgit 1.4.1