Commit graph

3 commits

Author SHA1 Message Date
PHO / phonohawk
c7f15a4bf7 Upstream update to explicit-iomodes-0.6.0.2 2011-05-10 23:32:06 +00:00
PHO / phonohawk
1a56075b10 Upstream update to explicit-iomodes-0.6.0.1 2010-12-30 08:39:10 +00:00
PHO / phonohawk
6862ed39bd 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.
2010-11-02 16:46:30 +00:00