name: FindBin version: 0.0.1 copyright: 2008 Audrey Tang license: BSD3 license-file: LICENSE author: Audrey Tang maintainer: Audrey Tang synopsis: Locate directory of original program 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. stability: experimental build-type: Simple extensions: ForeignFunctionInterface exposed-modules: System.Environment.FindBin build-depends: base, directory, filepath extra-source-files: README hs-source-dirs: src category: System