Author: simons
Date: Mon Apr  2 18:44:06 2012
New Revision: 33544
URL: https://nixos.org/websvn/nix/?rev=33544&sc=1

Log:
haskell-hoogle: fixed build

Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Apr  2 18:44:03 
2012        (r33543)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Apr  2 18:44:06 
2012        (r33544)
@@ -856,7 +856,9 @@
 
   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 {};
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to