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


The following commit has been merged in the master branch:
commit e070255a33a4dc0b29983f4ec610522924bb3f4a
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 10 07:01:05 2004 +0100

    fixed a syntax error
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-62)

diff --git a/ChangeLog b/ChangeLog
index 61eab2e..36673bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-10 00:01:05 GMT	John Goerzen <jgoerzen at complete.org>	patch-62
+
+    Summary:
+      fixed a syntax error
+    Revision:
+      missingh--head--0.7--patch-62
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Email/Parser.hs
+
+
 2004-12-09 20:16:35 GMT	John Goerzen <jgoerzen at complete.org>	patch-61
 
     Summary:
diff --git a/libsrc/MissingH/Email/Parser.hs b/libsrc/MissingH/Email/Parser.hs
index e948b13..505b1a4 100644
--- a/libsrc/MissingH/Email/Parser.hs
+++ b/libsrc/MissingH/Email/Parser.hs
@@ -31,7 +31,7 @@ Parses an e-mail message
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
-module MissingH.Email.Parser(mailParser, flattenMessage)
+module MissingH.Email.Parser(flattenMessage)
 where
 
 import MissingH.Hsemail.Rfc2234(crlf)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list