summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-06 17:14:50 +0200
committerPeter Simons <simons@cryp.to>2015-08-07 15:13:15 +0200
commit504aa843a1d9e48a57864b429441bf42391b1c1a (patch)
tree7e1b81106b689b07521120330f9dea76e540f74a /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent61b44f4ef70df9629f273929f0e5021d1a0105c9 (diff)
downloadnixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar.gz
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar.bz2
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar.lz
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar.xz
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.tar.zst
nixpkgs-504aa843a1d9e48a57864b429441bf42391b1c1a.zip
haddock: disable test suite for GHC 7.10.x to avoid known failure
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 5ae71325a9f..4039de13f78 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -267,4 +267,7 @@ self: super: {
   # GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1.
   hwsl2 = dontCheck super.hwsl2;
 
+  # https://github.com/haskell/haddock/issues/427
+  haddock = dontCheck super.haddock;
+
 }