1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Users of haskell-purescript won't compile with ghc-7.8.x either.

This commit is contained in:
Peter Simons 2015-02-22 17:43:03 +01:00
parent 87426b718c
commit 1034d81326

View file

@ -89,11 +89,13 @@ self: super: {
test-sandbox-hunit = markBroken super.test-sandbox-hunit;
test-sandbox-quickcheck = markBroken super.test-sandbox-quickcheck;
# Needs mtl 2.2.x.
hypher = markBroken super.hypher;
yet-another-logger = markBroken super.yet-another-logger;
purescript = markBroken super.purescript;
# These packages need mtl 2.2.x directly or indirectly via dependencies.
apiary-purescript = markBroken super.apiary-purescript;
highlighter2 = markBroken super.highlighter2;
hypher = markBroken super.hypher;
purescript = markBroken super.purescript;
yesod-purescript = markBroken super.yesod-purescript;
yet-another-logger = markBroken super.yet-another-logger;
# https://github.com/frosch03/arrowVHDL/issues/2
ArrowVHDL = markBroken super.ArrowVHDL;