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


The following commit has been merged in the master branch:
commit a83262e51707410516ad265caf9f6683abd0ded4
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Apr 11 01:20:33 2006 +0100

    Haddock fixes

diff --git a/MissingH/Path/Glob.hs b/MissingH/Path/Glob.hs
index a8d8076..4aa5c1e 100644
--- a/MissingH/Path/Glob.hs
+++ b/MissingH/Path/Glob.hs
@@ -49,7 +49,9 @@ Filenames that begin with a dot are not included in the result set unless
 that component of the pattern also begins with a dot.
 
 In MissingH, this function is defined as:
->glob = vGlob SystemFS -}
+
+>glob = vGlob SystemFS
+-}
 glob :: FilePath -> IO [FilePath]
 glob = vGlob SystemFS
 
diff --git a/MissingH/Path/WildMatch.hs b/MissingH/Path/WildMatch.hs
index 59b0b68..a0eaa8f 100644
--- a/MissingH/Path/WildMatch.hs
+++ b/MissingH/Path/WildMatch.hs
@@ -50,7 +50,7 @@ Please note:
 
 * Neither the path separator (the slash or backslash) nor the period carry
 any special meaning for the functions in this module.  That is, @*@ will
-match @/@ in a filename.  If this is not the behavior you want, you probably
+match @\/@ in a filename.  If this is not the behavior you want, you probably
 want "MissingH.Path.Glob" instead of this module.
 
 * Unlike the Unix shell, filenames that begin with a period are not ignored

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list