From 5ab272bf1e6a271bec5151ad0ee75e8799a8c61f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 20:32:32 +0100 Subject: [PATCH] Haskell packages wiring, ihaskell-parsec, and simple-conduit don't compile --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a3686d8b4e4..941a0ca36ea 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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.