Don't try to build haddock for aeson-applicative.

This commit is contained in:
Michael Alan Dorman 2015-07-13 07:05:15 -04:00 committed by Peter Simons
parent 60accda79f
commit 8b9c862ccd

View File

@ -272,4 +272,7 @@ self: super: {
# Won't work with LLVM 3.5.
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
# Inexplicable haddock failure
# https://github.com/gregwebs/aeson-applicative/issues/2
aeson-applicative = dontHaddock super.aeson-applicative;
}