[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:03:16 UTC 2010


The following commit has been merged in the master branch:
commit d0212c43eea6c2344f398cda9838425647314be8
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 18:34:36 2005 +0100

    Another minor tweak

diff --git a/MissingH/IO/Binary.hs b/MissingH/IO/Binary.hs
index 4522152..9c8cc6c 100644
--- a/MissingH/IO/Binary.hs
+++ b/MissingH/IO/Binary.hs
@@ -141,7 +141,8 @@ putBufStr :: (BinaryConvertible b) => [b] -> IO ()
 putBufStr = hPutBufStr stdout
 
 {- | Acts a wrapper around the standard function 'System.IO.hGetBuf',
-this function returns a standard Haskell String (or Word8) instead of modifying
+this function returns a standard Haskell String (or [Word8]) instead of
+modifying
 a 'Ptr a' buffer.  The length is the maximum length to read and the
 semantice are the same as with 'hGetBuf'; namely, the empty string
 is returned with EOF is reached, and any given read may read fewer

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list