Path to this page:
./
devel/hs-io-streams,
Simple, composable, and easy-to-use stream I/O
Branch: CURRENT,
Version: 1.5.2.2,
Package name: hs-io-streams-1.5.2.2,
Maintainer: pkgsrc-usersThe io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module System.IO.Streams, which re-exports most of the library:
import System.IO.Streams (InputStream, OutputStream)
import qualified System.IO.Streams as Streams
For first-time users, io-streams comes with an included tutorial, which can
be found in the System.IO.Streams.Tutorial module.
Master sites:
Filesize: 62.662 KB
Version history: (Expand)
- (2025-03-08) Package added to pkgsrc.se, version hs-io-streams-1.5.2.2 (created)
CVS history: (Expand)
2025-03-08 03:51:31 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-io-streams: import hs-io-streams-1.5.2.2
The io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module System.IO.Streams, which re-exports most of the library:
import System.IO.Streams (InputStream, OutputStream)
import qualified System.IO.Streams as Streams
For first-time users, io-streams comes with an included tutorial, which can
be found in the System.IO.Streams.Tutorial module.
|