From 3d5556b2cc94c2e79d01d1f4272b27de7b12c2c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 21 Jul 2016 10:39:53 +0200 Subject: [PATCH] haskell-ghcjs-prim: mark broken --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 530e62047b98..1c4951a6c19a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -51,6 +51,7 @@ self: super: { }; buildDepends = [ primitive ]; license = pkgs.stdenv.lib.licenses.bsd3; + broken = true; # needs template-haskell >=2.9 && <2.11 }) {}; # ghc-mod has a ghc-8 branch that has not yet been merged