[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:51:32 UTC 2010


The following commit has been merged in the master branch:
commit ce06fac229b7a02b58ba80f773c4ab10320a3940
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Dec 20 22:20:33 2004 +0100

    More checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-90)

diff --git a/ChangeLog b/ChangeLog
index d88fed1..b193a35 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 15:20:33 GMT	John Goerzen <jgoerzen at complete.org>	patch-90
+
+    Summary:
+      More checkpointing
+    Revision:
+      missingh--head--0.7--patch-90
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/IO/HVFS.hs
+
+
 2004-12-20 15:17:47 GMT	John Goerzen <jgoerzen at complete.org>	patch-89
 
     Summary:
diff --git a/libsrc/MissingH/IO/HVFS.hs b/libsrc/MissingH/IO/HVFS.hs
index 28706bb..f101ddf 100644
--- a/libsrc/MissingH/IO/HVFS.hs
+++ b/libsrc/MissingH/IO/HVFS.hs
@@ -91,7 +91,7 @@ class HVFSStat b => HVFS a b where
     vGetFileStatus :: a -> FilePath -> IO b
     vGetSymbolicLinkStatus :: a -> FilePath -> IO b
     vGetModificationTime :: a -> FilePath -> IO ClockTime
-    vRaiseError :: a -> IOErrorType -> String -> Maybe FilePath -> IO b
+    vRaiseError :: a -> IOErrorType -> String -> Maybe FilePath -> IO c
 
     vGetModificationTime fs fp = 
         do s <- (vGetFileStatus fs fp)::IO b

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list