Don't try to build haddock for aeson-applicative.
This commit is contained in:
parent
60accda79f
commit
8b9c862ccd
|
@ -272,4 +272,7 @@ self: super: {
|
||||||
# Won't work with LLVM 3.5.
|
# Won't work with LLVM 3.5.
|
||||||
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue