about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-23 17:48:33 +0100
committerPeter Simons <simons@cryp.to>2017-03-29 20:30:28 +0200
commit80a52e22b3b017610f0d710f6fa257b0b601ebc5 (patch)
tree466273288f96cca7ac3ef822c7a09a685ba671b8 /pkgs
parent4c9306f4aad4e21f590dc1e3b0dcc101695fa144 (diff)
downloadnixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar.gz
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar.bz2
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar.lz
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar.xz
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.tar.zst
nixlib-80a52e22b3b017610f0d710f6fa257b0b601ebc5.zip
haskell-haddock-library: enable test suite again
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index edd4760140c3..ef3725fb50f0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -483,9 +483,6 @@ self: super: {
   # https://github.com/afcowie/locators/issues/1
   locators = dontCheck super.locators;
 
-  # https://github.com/haskell/haddock/issues/378
-  haddock-library = dontCheck super.haddock-library;
-
   # https://github.com/anton-k/csound-expression-dynamic/issues/1
   csound-expression-dynamic = dontHaddock super.csound-expression-dynamic;