635a68e21b
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. WWW: http://www.github.com/batterseapower/temporary Obtained from: FreeBSD Haskell
8 lines
428 B
Text
8 lines
428 B
Text
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.
|
|
|
|
WWW: http://www.github.com/batterseapower/temporary
|