Author: simons
Date: Tue Feb 14 16:58:53 2012
New Revision: 32287
URL: https://nixos.org/websvn/nix/?rev=32287&sc=1

Log:
haskell-packages.nix: allow packages to be built with a version of 'filepath' 
other than the one shipped with the compiler

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   Tue Feb 14 16:58:51 
2012        (r32286)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Tue Feb 14 16:58:53 
2012        (r32287)
@@ -658,7 +658,8 @@
 
   explicitException = callPackage 
../development/libraries/haskell/explicit-exception {};
 
-  filepath = callPackage ../development/libraries/haskell/filepath {};
+  filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
+  filepath = null; # a core package in recent GHCs
 
   extensibleExceptions_0_1_1_0 = callPackage 
../development/libraries/haskell/extensible-exceptions/0.1.1.0.nix {};
   extensibleExceptions_0_1_1_2 = callPackage 
../development/libraries/haskell/extensible-exceptions/0.1.1.2.nix {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to