Skip to content

Commit

Permalink
haskell: fix logic error in generic builder introduced in 00892b7
Browse files Browse the repository at this point in the history
Closes #26760.

(cherry picked from commit 8ddaef6)
  • Loading branch information
peti committed Jun 23, 2017
1 parent b049392 commit bff2ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
, license
, maintainers ? []
, doCoverage ? false
, doHaddock ? (!ghc.isHaLVM or true)
, doHaddock ? !(ghc.isHaLVM or false)
, passthru ? {}
, pkgconfigDepends ? [], libraryPkgconfigDepends ? [], executablePkgconfigDepends ? [], testPkgconfigDepends ? [], benchmarkPkgconfigDepends ? []
, testDepends ? [], testHaskellDepends ? [], testSystemDepends ? []
Expand Down

0 comments on commit bff2ea5

Please sign in to comment.