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


The following commit has been merged in the master branch:
commit 3d5515f9b04e496319b870ceaa9f4e8db89a18c9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 18:27:48 2005 +0100

    Fix no EOL and EOF warning

diff --git a/MissingH/Email/Mailbox/Maildir.hs b/MissingH/Email/Mailbox/Maildir.hs
index ac1c202..192ba17 100644
--- a/MissingH/Email/Mailbox/Maildir.hs
+++ b/MissingH/Email/Mailbox/Maildir.hs
@@ -73,4 +73,4 @@ openMaildir fp =
        c <- getDirectoryContents fp
        unless ("cur" `elem` c && "new" `elem` c && "tmp" `elem` c)
               $ error (fp ++ " is not a valid Maildir.")
-       return (Maildir fp)
\ No newline at end of file
+       return (Maildir fp)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list