From b4ed8845a922eb0c5dcc09d7cbadcd47ae580c16 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Feb 2015 13:37:13 +0100 Subject: [PATCH] haskell-uhc-light: Haddock syntax errors have been fixed --- 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 74872e16f28..b2a441b0fe4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -101,7 +101,6 @@ self: super: { markdown-unlit = dontHaddock super.markdown-unlit; network-conduit = dontHaddock super.network-conduit; shakespeare-text = dontHaddock super.shakespeare-text; - uhc-light = dontHaddock super.uhc-light; # https://github.com/UU-ComputerScience/uhc/issues/45 wai-test = dontHaddock super.wai-test; # jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.