Author: simons
Date: Sat Apr  7 13:16:33 2012
New Revision: 33660
URL: https://nixos.org/websvn/nix/?rev=33660&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   Sat Apr  7 11:59:28 
2012        (r33659)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sat Apr  7 13:16:33 
2012        (r33660)
@@ -858,9 +858,7 @@
 
   hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
 
-  hoogle = callPackage ../development/libraries/haskell/hoogle {
-    haskellSrcExts = self.haskellSrcExts_1_11_1;
-  };
+  hoogle = callPackage ../development/libraries/haskell/hoogle {};
 
   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