NOTICE: This package has been removed from pkgsrc

./wip/hs-explicit-iomodes, File handles with explicit IOModes

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


Branch: CURRENT, Version: 0.6.0.5, Package name: hs-explicit-iomodes-0.6.0.5, Maintainer: pho

The module System.IO.ExplicitIOModes exports a Handle to a file which
is parameterized with the IOMode the handle is in. All operations on
handles explicitly specify the needed IOMode. This way it is
impossible to read from a write-only handle or write to a read-only
handle for example.

See the explicit-iomodes-bytestring/text package for ByteString/Text
operations.


Required to run:
[wip/ghc] [devel/hs-tagged] [devel/hs-base-unicode-symbols]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 37fdb6815247bb9a7b4478ef0270b33e3f41753b
RMD160: fffa71d6856a2d5c941ade4b34954a081165b906
Filesize: 7.195 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-17 23:00:05 by Ryosuke Moro | Files touched by this commit (25)
Log message:
Remove hs-tagged, imported to pkgsrc/devel
   2013-04-16 12:06:58 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.6.0.5
   2011-05-11 01:32:06 by PHO / phonohawk | Files touched by this commit (2) | Package updated
Log message:
Upstream update to explicit-iomodes-0.6.0.2

   2010-12-30 09:39:10 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to explicit-iomodes-0.6.0.1

   2010-11-02 17:46:30 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-explicit-iomodes-0.5 as wip/hs-explicit-iomodes.

The module System.IO.ExplicitIOModes exports a Handle to a file which
is parameterized with the IOMode the handle is in. All operations on
handles explicitly specify the needed IOMode. This way it is
impossible to read from a write-only handle or write to a read-only
handle for example.

See the explicit-iomodes-bytestring/text package for ByteString/Text
operations.