NOTICE: This package has been removed from pkgsrc

./wip/hs-executable-path, Finding out the full path of the executable

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.0.3, Package name: hs-executable-path-0.0.3, Maintainer: pho

The documentation of System.Environment.getProgName says that
"However, this is hard-to-impossible to implement on some non-Unix
OSes, so instead, for maximum portability, we just return the leafname
of the program as invoked." This library tries to provide the missing
path.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d00899c45ea4e128a36391e674dd7a1e0b74586e
RMD160: b6a77ff472fa2c1358f3a059274a4f6d261b10ba
Filesize: 6.464 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-07 01:54:50 by Ryosuke Moro | Files touched by this commit (1)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2012-03-11 06:27:51 by PHO / phonohawk | Files touched by this commit (2)
Log message:
Support platform FreeBSD-*-*

   2012-03-10 17:49:11 by PHO / phonohawk | Files touched by this commit (2)
Log message:
Support platform NetBSD-*-*

   2012-03-04 08:47:44 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to executable-path-0.0.3

   2011-07-08 11:42:59 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-executable-path-0.0.2 as wip/hs-executable-path.

The documentation of System.Environment.getProgName says that
"However, this is hard-to-impossible to implement on some non-Unix
OSes, so instead, for maximum portability, we just return the leafname
of the program as invoked." This library tries to provide the missing
path.