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

svn path=/nixpkgs/trunk/; revision=32287
This commit is contained in:
Peter Simons 2012-02-14 16:58:53 +00:00
parent 5cbc5242a8
commit 6e3f66185d

View file

@ -658,7 +658,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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 {};