From be8219e35b91b46c20d4b05f800c1a17c4441d6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 10 Jan 2015 21:26:27 +0100 Subject: [PATCH] haskell-ng: disable broken ghcjs build --- .../configuration-ghc-7.8.x.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index 4b24653a4ed1..e0d940a4d4c6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -37,21 +37,3 @@ self: super: { # mtl 2.2.x needs the latest transformers. mtl_2_2_1 = super.mtl_2_2_1.override { transformers = self.transformers_0_4_2_0; }; } - -// # packages related to ghcjs - -{ - ghcjs-prim = self.mkDerivation { - pname = "ghcjs-prim"; - version = "0.1.0.0"; - src = pkgs.fetchgit { - url = git://github.com/ghcjs/ghcjs-prim.git; - rev = "8e003e1a1df10233bc3f03d7bbd7d37de13d2a84"; - sha256 = "11k2r87s58wmpxykn61lihn4vm3x67cm1dygvdl26papifinj6pz"; - }; - buildDepends = with self; [ primitive ]; - license = "unknown"; - }; - - ghcjs = self.callPackage ../compilers/ghcjs { Cabal = self.Cabal_1_22_0_0; }; -}