executable-path haskell package
svn path=/nixpkgs/trunk/; revision=34150
This commit is contained in:
parent
1d4df9f299
commit
660341c395
@ -0,0 +1,14 @@
|
|||||||
|
{ cabal, filepath }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "executable-path";
|
||||||
|
version = "0.0.3";
|
||||||
|
sha256 = "1jg58qf19qz93c60ryglcavwdcysz4fd4qn8kpw5im9w9kniawlc";
|
||||||
|
buildDepends = [ filepath ];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://code.haskell.org/~bkomuves/";
|
||||||
|
description = "Finding out the full path of the executable";
|
||||||
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
};
|
||||||
|
})
|
@ -592,6 +592,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
explicitException = callPackage ../development/libraries/haskell/explicit-exception {};
|
explicitException = callPackage ../development/libraries/haskell/explicit-exception {};
|
||||||
|
|
||||||
|
executablePath = callPackage ../development/libraries/haskell/executable-path {};
|
||||||
|
|
||||||
filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
|
filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
|
||||||
filepath = null; # a core package in recent GHCs
|
filepath = null; # a core package in recent GHCs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user