summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-26 09:28:21 +0200
committerPeter Simons <simons@cryp.to>2015-04-26 11:47:44 +0200
commit2c5f7fdd586b98154652448c8869962c92b84855 (patch)
treea212ba56f471cac964be84a1f86dc296584a7846
parent0340d4d0ea7d7bfcd7d5bfd88e952381b748b00b (diff)
downloadnixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar.gz
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar.bz2
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar.lz
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar.xz
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.tar.zst
nixpkgs-2c5f7fdd586b98154652448c8869962c92b84855.zip
haskell-configuration-ghc-7.10.x: fix test suite failure in haddock-library
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 2 insertions, 1 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 12f433c4a2c..9a05a251137 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -101,7 +101,8 @@ self: super: {
   # Test suite fails in "/tokens_bytestring_unicode.g.bin".
   alex = dontCheck super.alex;
 
-  # TODO: update generation code in cabal2nix
+  # https://github.com/haskell/haddock/issues/378
+  haddock-library_1_2_0 = dontCheck super.haddock-library_1_2_0;
   haddock-library = self.haddock-library_1_2_0;
 
   # Upstream was notified about the over-specified constraint on 'base'