summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-23 12:43:02 +0100
committerPeter Simons <simons@cryp.to>2015-02-23 13:46:04 +0100
commit921eadb2ad2f99d4cdbf0aae4d670e167860b7a2 (patch)
tree36434637b850da555752a467ffdaaed78ce6deed /pkgs/development/haskell-modules/configuration-common.nix
parentad56a5c1241318fbb5d2a67aca438fff954c19cd (diff)
downloadnixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar.gz
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar.bz2
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar.lz
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar.xz
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.tar.zst
nixpkgs-921eadb2ad2f99d4cdbf0aae4d670e167860b7a2.zip
haskell-hspec-webdriver does not compile.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 94937b366eb..0dea905e8e2 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; };