From 8adedb4957543269dff99bba970d35a887610cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Fri, 25 Mar 2011 08:44:38 +0000 Subject: [PATCH] Re-enable library profiling. svn path=/nixpkgs/trunk/; revision=26503 --- pkgs/top-level/haskell-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index b4025e1c18d..beec7429fb2 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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 #