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) | |
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) | |
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) | |
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. |