From 504aa843a1d9e48a57864b429441bf42391b1c1a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 17:14:50 +0200 Subject: haddock: disable test suite for GHC 7.10.x to avoid known failure --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix') 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; + } -- cgit 1.4.1