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

authored by Michael Alan Dorman and committed by Peter Simons 8b9c862c 60accda7

+3
+3
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 272 # Won't work with LLVM 3.5. 273 llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general; 274 275 }
··· 272 # Won't work with LLVM 3.5. 273 llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general; 274 275 + # Inexplicable haddock failure 276 + # https://github.com/gregwebs/aeson-applicative/issues/2 277 + aeson-applicative = dontHaddock super.aeson-applicative; 278 }