haskell-hjsonschema doesn't pass the Haddock stage.

This commit is contained in:
Peter Simons 2015-02-04 12:47:26 +01:00
parent 483b71a44a
commit 7ce799f0f8

View File

@ -422,7 +422,8 @@ self: super: {
duplo = dontCheck super.duplo; duplo = dontCheck super.duplo;
# https://github.com/seagreen/hjsonschema/issues/4 # https://github.com/seagreen/hjsonschema/issues/4
hjsonschema = dontCheck super.hjsonschema; # https://github.com/seagreen/hjsonschema/issues/5
hjsonschema = dontHaddock (dontCheck super.hjsonschema);
# Nix-specific workaround # Nix-specific workaround
xmonad = appendPatch super.xmonad ./xmonad-nix.patch; xmonad = appendPatch super.xmonad ./xmonad-nix.patch;