aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-temporary/README
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2012-06-27 16:43:27 -0400
committerdsomero <xgizzmo@slackbuilds.org>2012-06-27 16:43:27 -0400
commit08c302874f051ee4cbc060d0193c06efa5fbe08a (patch)
treefcc5bd41421ca5ac0548acab3f923c43b51a4707 /haskell/haskell-temporary/README
parent1db797fcf3bd097204c203e2aaabedbe3e46d7cc (diff)
downloadslackbuilds-08c302874f051ee4cbc060d0193c06efa5fbe08a.tar.xz
haskell/haskell-temporary: Added (temporary file and dir. support)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-temporary/README')
-rw-r--r--haskell/haskell-temporary/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/haskell-temporary/README b/haskell/haskell-temporary/README
new file mode 100644
index 000000000000..7552c319d2b9
--- /dev/null
+++ b/haskell/haskell-temporary/README
@@ -0,0 +1,11 @@
+The functions for creating temporary files and directories in the
+base library are quite limited. The unixutils package contains some
+good ones, but they aren't portable to Windows. This library just
+repackages the Cabal implementations of its own temporary file and
+folder functions so that you can use them without linking against
+Cabal or depending on it being installed.
+
+This requires ghc.
+
+After uninstalling, run this command to unregister the package from
+the ghc package database: ghc-pkg recache