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


The following commit has been merged in the master branch:
commit f2f6883ae556c3683552a0fd3662aec7d1e03b62
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Apr 9 02:40:08 2005 +0100

    fixed doc bug
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-228)

diff --git a/ChangeLog b/ChangeLog
index ef97b1a..ca7dc2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-04-08 20:40:08 GMT	John Goerzen <jgoerzen at complete.org>	patch-228
+
+    Summary:
+      fixed doc bug
+    Revision:
+      missingh--head--0.7--patch-228
+
+
+    modified files:
+     ChangeLog MissingH/List.hs
+
+
 2005-04-08 19:13:44 GMT	John Goerzen <jgoerzen at complete.org>	patch-227
 
     Summary:
diff --git a/MissingH/List.hs b/MissingH/List.hs
index 005e962..ff6ea8f 100644
--- a/MissingH/List.hs
+++ b/MissingH/List.hs
@@ -136,7 +136,9 @@ split delim str =
 {- | Given a list and a replacement list, replaces each occurance of the search
 list with the replacement list in the operation list.
 
-Example: replace "," "." "127,0,0,1" -> "127.0.0.1"
+Example:
+
+>replace "," "." "127,0,0,1" -> "127.0.0.1"
 -}
 
 replace :: Eq a => [a] -> [a] -> [a] -> [a]

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list