FindBin: Locate directory of original program

[ bsd3, library, system ] [ Propose Tags ]

This module locates the full directory to the running program, to allow the use of paths relative to it. FindBin supports invocation of Haskell programs via "ghci", via "runhaskell/runghc", as well as compiled as an executable.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5
Dependencies base, directory, filepath [details]
License BSD-3-Clause
Copyright 2008-2009 Audrey Tang
Author Audrey Tang <audreyt@audreyt.org>
Maintainer Audrey Tang <audreyt@audreyt.org>
Category System
Home page http://github.com/audreyt/findbin
Uploaded by AudreyTang at 2009-01-28T20:53:50Z
Distributions Arch:0.0.5, LTSHaskell:0.0.5, NixOS:0.0.5, Stackage:0.0.5
Reverse Dependencies 7 direct, 16 indirect [details]
Downloads 9242 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for FindBin-0.0.2

[back to package description]
This module locates the full directory to the running program,
to allow the use of paths relative to it.

FindBin supports invocation of Haskell programs via "ghci",
via "runhaskell/runghc", as well as compiled as an executable.