slackbuilds_ponce/haskell/haskell-temporary
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
doinst.sh haskell/haskell-temporary: Added (temporary file and dir. support) 2012-06-27 16:43:27 -04:00
haskell-temporary.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
haskell-temporary.SlackBuild haskell/haskell-temporary: Added (temporary file and dir. support) 2012-06-27 16:43:27 -04:00
README haskell/haskell-temporary: Added (temporary file and dir. support) 2012-06-27 16:43:27 -04:00
slack-desc haskell/haskell-temporary: Added (temporary file and dir. support) 2012-06-27 16:43:27 -04:00

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