pkgsrc-wip/hs-executable-path/DESCR
PHO / phonohawk d4061d1f35 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.
2011-07-08 09:42:59 +00:00

5 lines
276 B
Text

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.