Merge pull request #26493 from dmjio/patch-1

generic-builder.nix: Update doHaddock
This commit is contained in:
Jörg Thalheim 2017-06-10 23:42:23 +01:00 committed by GitHub
commit da690bdf2d

View file

@ -34,8 +34,7 @@
, license
, maintainers ? []
, doCoverage ? false
# TODO Do we care about haddock when cross-compiling?
, doHaddock ? !isCross && (!stdenv.isDarwin || stdenv.lib.versionAtLeast ghc.version "7.8")
, doHaddock ? (!ghc.isHaLVM or true)
, passthru ? {}
, pkgconfigDepends ? [], libraryPkgconfigDepends ? [], executablePkgconfigDepends ? [], testPkgconfigDepends ? [], benchmarkPkgconfigDepends ? []
, testDepends ? [], testHaskellDepends ? [], testSystemDepends ? []