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


The following commit has been merged in the master branch:
commit c0c3c91f06ff62ab42b521756e55487367da8713
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Oct 25 21:25:36 2004 +0100

    Applied local changes to Hsemail (import lines)
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-4)

diff --git a/COPYRIGHT b/COPYRIGHT
index 98fbeb9..f9db504 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -37,7 +37,7 @@ completely independently of the rest of the library, you may treat them
 under the licenses shown below.
 
 ----------------------------------------------------
-The MissingH.Hsemail modules come from hsemail 2004-10-12 from 
+The MissingH.Hsemail modules come from hsemail 2004-10-24 from 
 http://cryp.to/hsemail/.
 
 Copyright/License:
diff --git a/ChangeLog b/ChangeLog
index 0c8478d..4d614ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-10-25 15:25:36 GMT	John Goerzen <jgoerzen at complete.org>	patch-4
+
+    Summary:
+      Applied local changes to Hsemail (import lines)
+    Revision:
+      missingh--head--0.5--patch-4
+
+
+    modified files:
+     COPYRIGHT ChangeLog libsrc/MissingH/Hsemail/Rfc2234.hs
+     libsrc/MissingH/Hsemail/Rfc2821.hs
+     libsrc/MissingH/Hsemail/Rfc2822.hs
+
+
 2004-10-25 15:20:46 GMT	John Goerzen <jgoerzen at complete.org>	patch-3
 
     Summary:
diff --git a/libsrc/MissingH/Hsemail/Rfc2234.hs b/libsrc/MissingH/Hsemail/Rfc2234.hs
index e9e0579..b16de04 100644
--- a/libsrc/MissingH/Hsemail/Rfc2234.hs
+++ b/libsrc/MissingH/Hsemail/Rfc2234.hs
@@ -17,7 +17,7 @@
      avoid conflict with the function of the same name from Parsec.
 -}
 
-module Rfc2234
+module MissingH.Hsemail.Rfc2234
     ( -- * Parser Combinators
       caseChar, caseString, manyN, manyNtoM
 
diff --git a/libsrc/MissingH/Hsemail/Rfc2821.hs b/libsrc/MissingH/Hsemail/Rfc2821.hs
index c4e3aca..6225e37 100644
--- a/libsrc/MissingH/Hsemail/Rfc2821.hs
+++ b/libsrc/MissingH/Hsemail/Rfc2821.hs
@@ -14,7 +14,7 @@
    document.
 -}
 
-module Rfc2821
+module MissingH.Hsemail.Rfc2821
   ( -- * Data Types for SMTP Commands
     SmtpCmd(..), Mailbox(..), nullPath, postmaster
 
@@ -47,7 +47,7 @@ import Control.Monad.State
 import Text.ParserCombinators.Parsec
 import Text.ParserCombinators.Parsec.Error
 import Data.List ( intersperse )
-import Rfc2234
+import MissingH.Hsemail.Rfc2234
 
 ----- Smtp Parsers ---------------------------------------------------
 
diff --git a/libsrc/MissingH/Hsemail/Rfc2822.hs b/libsrc/MissingH/Hsemail/Rfc2822.hs
index 93c43fa..f21d5a0 100644
--- a/libsrc/MissingH/Hsemail/Rfc2822.hs
+++ b/libsrc/MissingH/Hsemail/Rfc2822.hs
@@ -17,13 +17,13 @@
    example -- are genuinely useful.
 -}
 
-module Rfc2822 where
+module MissingH.Hsemail.Rfc2822 where
 
 import Text.ParserCombinators.Parsec
 import Data.Char ( ord )
 import Data.List ( intersperse )
 import System.Time
-import Rfc2234 hiding ( quoted_pair, quoted_string )
+import MissingH.Hsemail.Rfc2234 hiding ( quoted_pair, quoted_string )
 
 -- * Useful parser combinators
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list