summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-auto-update/README
diff options
context:
space:
mode:
author David Spencer2018-10-26 11:56:11 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:07 +0100
commit76406f5fccd17fc09f94910bacf495330bbb374d (patch)
tree48327cd739d9411237eca84ed6d202cb141d6fcb /haskell/haskell-auto-update/README
parentab5c1f8f58225f00ddac43d59f3e0114eba8f245 (diff)
downloadslackbuilds-76406f5fccd17fc09f94910bacf495330bbb374d.tar.gz
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