aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-auto-update/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2018-10-26 10:56:11 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:47:07 +0700
commit76406f5fccd17fc09f94910bacf495330bbb374d (patch)
tree48327cd739d9411237eca84ed6d202cb141d6fcb /haskell/haskell-auto-update/README
parentab5c1f8f58225f00ddac43d59f3e0114eba8f245 (diff)
haskell/haskell-auto-update: Added (periodic, on-demand actions).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-auto-update/README')
-rw-r--r--haskell/haskell-auto-update/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-auto-update/README b/haskell/haskell-auto-update/README
new file mode 100644
index 0000000000..89b078b77b
--- /dev/null
+++ b/haskell/haskell-auto-update/README
@@ -0,0 +1,7 @@
+A common problem is the desire to have an action run at a scheduled
+interval, but only if it is needed. This library allows you to define
+actions which will either be performed by a dedicated thread or,
+in times of low volume, will be executed by the calling thread.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache