1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Haskell packages wiring, ihaskell-parsec, and simple-conduit don't compile

This commit is contained in:
Peter Simons 2015-02-15 20:32:32 +01:00
parent dccb2921ff
commit 5ab272bf1e

View file

@ -497,6 +497,15 @@ self: super: {
# https://github.com/gregwebs/haskell-heroku/issues/9
heroku = dontCheck super.heroku;
# https://github.com/seanparsons/wiring/issues/1
wiring = markBrokenVersion super.wiring;
# https://github.com/gibiansky/IHaskell/issues/355
ihaskell-parsec = markBroken super.ihaskell-parsec;
# https://github.com/jwiegley/simple-conduit/issues/2
simple-conduit = markBroken super.simple-conduit;
} // {
# Not on Hackage.