Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-io-streams
From: Masatake Daimon
Date: 2025-03-08 03:51:31
Message id: 20250308025131.751D2FBE1@cvs.NetBSD.org
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.
Files: