From ba8b234c85ebe826e41d2b7ce34fa2638e49051f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2012 18:44:06 +0000 Subject: [PATCH] haskell-hoogle: fixed build svn path=/nixpkgs/trunk/; revision=33544 --- 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 bd0987e6a4b..0f5edce9e62 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -856,7 +856,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y); hmatrix = callPackage ../development/libraries/haskell/hmatrix {}; - hoogle = callPackage ../development/libraries/haskell/hoogle {}; + hoogle = callPackage ../development/libraries/haskell/hoogle { + haskellSrcExts = self.haskellSrcExts_1_11_1; + }; hopenssl = callPackage ../development/libraries/haskell/hopenssl {};