default.nix: skip profiling to speed up builds

This commit is contained in:
Domen Kožar 2018-08-06 22:35:17 +01:00
parent 456e0811bc
commit 18d5753403
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ drv = haskellPackages.developPackage {
pkgs.haskell.packages.${compiler}.cabal-install
];
enableLibraryProfiling = false;
testHaskellDepends = attrs.testHaskellDepends ++
[ pkgs.nix