NOTICE: This package has been removed from pkgsrc

./wip/hs-temporary, Portable temporary file and directory support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.0.3, Package name: hs-temporary-1.2.0.3, Maintainer: szptvlfn

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.


Required to run:
[wip/ghc] [devel/hs-transformers] [devel/hs-exceptions]

Master sites:

SHA1: 7f3468c837d1b82b9c684dce68581c5ab4f6b849
RMD160: be576becdb377708ccd69973fcffc7332d755680
Filesize: 5.184 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-12 00:01:49 by Ryosuke Moro | Files touched by this commit (13) | Package removed
Log message:
Remove hs-hint, imported to pkgsrc/devel.
Remove hs-temporary, imported to pkgsrc/sysutils.
   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-08-04 23:01:48 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 1.2.0.3

Changes from http://www.github.com/batterseapower/temporary
1.2.0.3, 1.2.0.2
 - Merge pull request #12 from xich/master
   Fix temporary for exceptions >= 0.6
   2014-05-25 00:04:37 by Ryosuke Moro | Files touched by this commit (16)
Log message:
Remove hdevtools, hs-exceptions, imported to pkgsrc/devel.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-03-07 13:40:24 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 1.2.0.1

changes:
1.2, 1.2.0.1
 - Merge branch 'master' of https://github.com/cmears/temporary
1.1.2.5
 - Merge pull request #8 from xich/master
   Fix for 7.8
( #8 => https://github.com/batterseapower/temporary/pull/8 )