-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Locate directory of original program
--   
--   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.
@package FindBin
@version 0.0.5

module System.Environment.FindBin

-- | Unsafe (<i>constant</i>) version of <a>getProgPath</a>.
__Bin__ :: String

-- | Get the full directory to the running program.
getProgPath :: IO String
