diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:45:34 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:04 +0700 |
commit | 8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c (patch) | |
tree | 47ad41e96b5b788bd5e64332fec125d8926fc7d1 /haskell/haskell-FindBin/README | |
parent | da06ea54474c1c7be802e18954cba6691bcbb324 (diff) | |
download | slackbuilds-8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c.tar.gz |
haskell/haskell-FindBin: Added (locate directory of original program).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |