mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
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:
parent
5cbc5242a8
commit
6e3f66185d
1 changed files with 2 additions and 1 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue