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


The following commit has been merged in the master branch:
commit f92c5f11668969e659154ebd23c82a21f9ed6a96
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 10 00:29:25 2004 +0100

    Fixed a doc string parse error
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-60)

diff --git a/ChangeLog b/ChangeLog
index c21ff90..3ac7fae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-09 17:29:25 GMT	John Goerzen <jgoerzen at complete.org>	patch-60
+
+    Summary:
+      Fixed a doc string parse error
+    Revision:
+      missingh--head--0.7--patch-60
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Path.hs
+
+
 2004-12-09 17:22:18 GMT	John Goerzen <jgoerzen at complete.org>	patch-59
 
     Summary:
diff --git a/libsrc/MissingH/Path.hs b/libsrc/MissingH/Path.hs
index f1c20af..4309080 100644
--- a/libsrc/MissingH/Path.hs
+++ b/libsrc/MissingH/Path.hs
@@ -93,7 +93,7 @@ recurseDirStat fn =
           else return [(fn, fs)]
 
 {- | Removes a file or a directory.  If a directory, also removes all its
-child files/directories.
+child files\/directories.
 -}
 recursiveRemove :: FilePath -> IO ()
 recursiveRemove fn =

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list