haskell-ghcjs-prim: mark broken

This commit is contained in:
Peter Simons 2016-07-21 10:39:53 +02:00
parent 1545d241b6
commit 3d5556b2cc

View file

@ -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