diff options
Diffstat (limited to 'haskell/haskell-FindBin/README')
-rw-r--r-- | haskell/haskell-FindBin/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-FindBin/README b/haskell/haskell-FindBin/README new file mode 100644 index 0000000000..1e42406ee7 --- /dev/null +++ b/haskell/haskell-FindBin/README @@ -0,0 +1,7 @@ +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. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |