aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-FindBin/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2015-02-24 23:45:34 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:47:04 +0700
commit8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c (patch)
tree47ad41e96b5b788bd5e64332fec125d8926fc7d1 /haskell/haskell-FindBin/README
parentda06ea54474c1c7be802e18954cba6691bcbb324 (diff)
downloadslackbuilds-8d0e2e8ae8a4a3abe0296ef52ccfca221c0b902c.tar.xz
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/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-FindBin/README b/haskell/haskell-FindBin/README
new file mode 100644
index 000000000000..1e42406ee72b
--- /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