Re-enable library profiling.

svn path=/nixpkgs/trunk/; revision=26503
This commit is contained in:
Andres Löh 2011-03-25 08:44:38 +00:00
parent 592abae649
commit 8adedb4957

View file

@ -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
# 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
#