[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:52:09 UTC 2010


The following commit has been merged in the master branch:
commit c62eda2151befd1772cc6c0bbee1e404bce3444e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Dec 21 04:07:51 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index 673684f..dc3930a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-20 21:07:51 GMT	John Goerzen <jgoerzen at complete.org>	patch-108
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-108
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/IO/HVFS/InstanceHelpers.hs
+
+
 2004-12-20 21:05:56 GMT	John Goerzen <jgoerzen at complete.org>	patch-107
 
     Summary:
diff --git a/libsrc/MissingH/IO/HVFS/InstanceHelpers.hs b/libsrc/MissingH/IO/HVFS/InstanceHelpers.hs
index b891b78..18442f2 100644
--- a/libsrc/MissingH/IO/HVFS/InstanceHelpers.hs
+++ b/libsrc/MissingH/IO/HVFS/InstanceHelpers.hs
@@ -33,9 +33,12 @@ Copyright (c) 2004 John Goerzen, jgoerzen\@complete.org
 -}
 
 module MissingH.IO.HVFS.InstanceHelpers(-- * HVFSStat objects
-                                        SimpleStat,
+                                        SimpleStat(..),
                                         -- * HVFS objects & types
-                                        
+                                        MemoryVFS,
+                                        newMemoryVFS,
+                                        MemoryNode,
+                                        MemoryEntry(..),
                                        )
 where
 import MissingH.IO.HVFS

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list