mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Re-enable library profiling.
svn path=/nixpkgs/trunk/; revision=26503
This commit is contained in:
parent
592abae649
commit
8adedb4957
@ -107,7 +107,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
# packages. It isn't the Cabal library, which is a core package of GHC
|
# packages. It isn't the Cabal library, which is a core package of GHC
|
||||||
# and therefore not separately listed here.
|
# and therefore not separately listed here.
|
||||||
|
|
||||||
cabal = callPackage ../development/libraries/haskell/cabal/cabal.nix {};
|
cabal = callPackage ../development/libraries/haskell/cabal/cabal.nix {
|
||||||
|
enableLibraryProfiling = enableLibraryProfiling;
|
||||||
|
};
|
||||||
|
|
||||||
# Haskell Platform
|
# Haskell Platform
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user