packages feed

popenhs-1.0.0: index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>
    <title>popenhs</title>
    <style type="text/css">
      body {
      color: 			black;
      background: 		white;
      }
    </style>
  </head>
  
  <body>
    <h1>popenhs</h1>

    <h2>Description</h2>
    <p>popenhs is a popen-like library for Haskell.  It provides a convenient way of sending string input to a subprocess and reading output from it lazily.  It requires the Posix module and has been tested under ghc5 so far.</p>

    <h2>Releases</h2>
    <p><b>2002-01-25</b> popenhs-1.00.0 released: <a href="popenhs-1.00.0.tar.gz">source tarball</a>, <a href="popenhs-1.00.0-1.i386.rpm">i386 rpm</a> (for ghc-5.02.2), <a href="popenhs-1.00.0-1.src.rpm">source rpm</a>, and <a href="ChangeLog">ChangeLog</a>.
      <ul>
        <li>popen replaces popen2 and popen3</li>
        <li>takes maybe an input string arg (instead of returning an input handle like popen3 did)</li>
	<li>no longer hangs on closed input pipe</li>
      </ul>
    </p>
    <p><b>2001-10-18</b> popenhs-0.00.1 released: <a href="popenhs-0.00.1.tar.gz">source tarball</a>, <a href="popenhs-0.00.1-1.i386.rpm">i386 rpm</a> and <a href="popenhs-0.00.1-1.src.rpm">source rpm</a>
      <ul>
	<li>added defattr to spec file</li>
      </ul>
    </p>
    <p><b>2001-10-17</b> popenhs-0.00 released: <a href="popenhs-0.00.tar.gz">source tarball</a>, <a href="popenhs-0.00-1.i386.rpm">i386 rpm</a> and <a href="popenhs-0.00-1.src.rpm">source rpm</a>
      <ul>
	<li>initial release</li>
      </ul>
    </p>

    <hr />
      <address><a href="mailto:juhp@01.246.ne.jp">Jens-Ulrik Petersen</a></address>
<!-- Created: Mon Feb 19 07:32:00 JST 2001 -->
<!-- hhmts start -->
Last modified: Fri Jan 25 15:40:48 JST 2002
<!-- hhmts end -->
  </body>
</html>