From f2fc20481163a34e4c64d4c48a366467f6901b06 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Mar 2015 11:34:51 +0100 Subject: [PATCH] haskell-blip and haskell-xcffib don't compile. --- pkgs/development/haskell-modules/configuration-common.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7ab52bb4db63..367c3d5d1abc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -395,7 +395,6 @@ self: super: { WebBits = dontCheck super.WebBits; # http://hydra.cryp.to/build/499604/log/raw webdriver-angular = dontCheck super.webdriver-angular; webdriver = dontCheck super.webdriver; - xcffib = dontCheck super.xcffib; xsd = dontCheck super.xsd; # https://bitbucket.org/wuzzeb/webdriver-utils/issue/1/hspec-webdriver-101-cant-compile-its-test @@ -623,6 +622,12 @@ self: super: { # https://github.com/hunt-framework/hunt/issues/99 hunt-server = markBrokenVersion "0.3.0.2" super.hunt-server; + # https://github.com/bjpop/blip/issues/16 + blip = markBroken super.blip; + + # https://github.com/tych0/xcffib/issues/37 + xcffib = markBroken super.xcffib; + } // { # Not on Hackage.