From 921eadb2ad2f99d4cdbf0aae4d670e167860b7a2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 23 Feb 2015 12:43:02 +0100 Subject: [PATCH] haskell-hspec-webdriver does not compile. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 94937b366ebf..0dea905e8e2f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -380,6 +380,9 @@ self: super: { xcffib = dontCheck super.xcffib; xsd = dontCheck super.xsd; + # https://bitbucket.org/wuzzeb/webdriver-utils/issue/1/hspec-webdriver-101-cant-compile-its-test + hspec-webdriver = markBroken super.hspec-webdriver; + # The build fails with the most recent version of c2hs. ncurses = super.ncurses.override { c2hs = self.c2hs_0_20_1; };