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


The following commit has been merged in the master branch:
commit 14a49d5c23ee60b1a21c240182d5853d57210e72
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Oct 1 02:44:32 2005 +0100

    Fix up exports for Mailbox

diff --git a/MissingH/Email/Mailbox.hs b/MissingH/Email/Mailbox.hs
index 07cf8e5..af12564 100644
--- a/MissingH/Email/Mailbox.hs
+++ b/MissingH/Email/Mailbox.hs
@@ -31,9 +31,9 @@ General support for e-mail mailboxes
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
-module MissingH.Email.Mailbox(Flag, Message, Flags,
-                              MailboxReader,
-                              MailboxWriter)
+module MissingH.Email.Mailbox(Flag(..), Message, Flags,
+                              MailboxReader(..),
+                              MailboxWriter(..))
 where
 
 type Message = String

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list