Functions for creating temporary files and directories http://hackage.haskell.org/package/%(echo
Go to file
2024-01-05 22:56:08 +01:00
ghc-temporary.spec rebuilt without ghc-exceptions-devel [release 1.3-2mamba;Sun Dec 03 2023] 2024-01-05 22:56:08 +01:00
README.md package created by silvan using the webbuild interface [release 1.1.2.4-1mamba;Sun Sep 08 2013] 2024-01-05 22:56:07 +01:00

ghc-temporary

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.