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


The following commit has been merged in the master branch:
commit 94c8cc34b5d2fed593ab0793a26020a6caf0ebfc
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 10 06:34:48 2005 +0100

    Commented out function causing trouble for Haddock

diff --git a/MissingH/Email/Mailbox/Maildir.hs b/MissingH/Email/Mailbox/Maildir.hs
index 3ee0790..ac1c202 100644
--- a/MissingH/Email/Mailbox/Maildir.hs
+++ b/MissingH/Email/Mailbox/Maildir.hs
@@ -52,7 +52,8 @@ data Maildir = Maildir
 instance Show Maildir
     where show x = loc x
     
-splitFN fn :: String -> (String, Flags)
+{-
+splitFN :: String -> (String, Flags)
                    
 splitFN fn = 
     
@@ -61,6 +62,7 @@ splitFN fn =
               (h, []) = (h, [])
               (h, f) = (h, tail f)
 
+-}
 {- | Open a Maildir mailbox. -}
 -- For reading only, for now.
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list