summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/executable-path/default.nix
blob: c8ec138eb63c9dba0580f3b4e9fedc0c7a2334c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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;
  };
})