[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 14:50:53 UTC 2010


The following commit has been merged in the master branch:
commit 117096cb35c774c1499e81926e2262bc1f50969e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 16 05:59:35 2004 +0100

    Checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-78)

diff --git a/ChangeLog b/ChangeLog
index 1a53971..698a27a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-15 22:59:35 GMT	John Goerzen <jgoerzen at complete.org>	patch-78
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-78
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/HVIO.hs
+
+
 2004-12-15 22:23:31 GMT	John Goerzen <jgoerzen at complete.org>	patch-77
 
     Summary:
diff --git a/libsrc/MissingH/HVIO.hs b/libsrc/MissingH/HVIO.hs
index 0d966ec..c67bdb8 100644
--- a/libsrc/MissingH/HVIO.hs
+++ b/libsrc/MissingH/HVIO.hs
@@ -39,7 +39,9 @@ module MissingH.HVIO(-- * Implementation Classes
                      HVIOSeeker(..),
                      -- * Standard Virtual IO features
                      -- | Note: Handle is a member of all classes by default.
-                     StreamReader, newStreamReader
+                     StreamReader, newStreamReader,
+                     MemoryVIO, newMemoryVIO,
+                     PipeReader, PipeWriter, newPipe
                     )
 where
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list