mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
haskell-ghcjs-prim: mark broken
This commit is contained in:
parent
1545d241b6
commit
3d5556b2cc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue