default.nix: expose more features of `haskell.lib` API

M  default.nix
This commit is contained in:
Anton-Latukha 2020-05-31 22:48:41 +03:00 committed by Anton Latukha
parent 834d4cf567
commit c642478f81
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@
, doTracing ? false
, doOptimize ? false # enables GHC optimizations for production use
, doStrict ? false
, doJailbreak ? false
, enableSharedExecutables ? true
, enableSharedLibraries ? true
, enableStaticLibraries ? false
, enableDeadCodeElimination ? true
, doHyperlinkSource ? false
, doStrip ? false
, justStaticExecutables ? false
, allowInconsistentDependencies ? false
, withHoogle ? true