From e7aff313da890e3fd0d2353d075ed8511f2ae283 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Tue, 25 Aug 2015 12:31:59 -0400 Subject: [PATCH] haskell-record: re-enable haddock generation The bug's been closed for a while, and I manually verified that the haddock gets rendered to HTML in all versions from 7.6 -> 7.10. --- pkgs/development/haskell-modules/configuration-common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 187b3b5109c..bee83b350e9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -159,7 +159,6 @@ self: super: { shakespeare-text = dontHaddock super.shakespeare-text; wai-test = dontHaddock super.wai-test; zlib-conduit = dontHaddock super.zlib-conduit; - record = dontHaddock super.record; # https://github.com/nikita-volkov/record/issues/22 # Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot. darcs = (overrideCabal super.darcs (drv: {