temporary 1.2.0.3 → 1.2.0.4
raw patch · 2 files changed
+8/−4 lines, 2 filesnew-uploader
Files
- System/IO/Temp.hs +1/−1
- temporary.cabal +7/−3
System/IO/Temp.hs view
@@ -20,7 +20,7 @@ import Distribution.Compat.TempFile --- | Create and use a temporary directory in the system standard temporary directory.+-- | Create and use a temporary file in the system standard temporary directory. -- -- Behaves exactly the same as 'withTempFile', except that the parent temporary directory -- will be that returned by 'getTemporaryDirectory'.
temporary.cabal view
@@ -1,5 +1,5 @@ name: temporary-version: 1.2.0.3+version: 1.2.0.4 cabal-version: >= 1.6 synopsis: Portable temporary file and directory support for Windows and Unix, based on code from Cabal description: The functions for creating temporary files and directories in the base library are quite limited. The unixutils@@ -14,9 +14,13 @@ (c) 2005-2009, Duncan Coutts author: Isaac Jones <ijones@syntaxpolice.org> Duncan Coutts <duncan@haskell.org>-maintainer: Max Bolingbroke <batterseapower@hotmail.com>-homepage: http://www.github.com/batterseapower/temporary+maintainer: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>, Roman Cheplyaka <roma@ro-che.info>+homepage: http://www.github.com/feuerbach/temporary build-type: Simple++source-repository head+ type: git+ location: git://github.com/feuerbach/temporary.git Library exposed-modules: System.IO.Temp