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


The following commit has been merged in the master branch:
commit 915ceabd89fbe15559ad46b0f48492997bd152b8
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Apr 7 02:11:32 2005 +0100

    Added ParseDate to meta-files
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-225)

diff --git a/COPYRIGHT b/COPYRIGHT
index 06f5510..6b18418 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -154,6 +154,16 @@ The code was obtained from
 http://urchin.earth.li/darcs/ian/inflate/Inflate.lhs
 
 ----------------------------------------------------
+MissingH.Date.ParseDate is from 
+http://www.dtek.chalmers.se/~d00bring/projects.html
+
+Copyright (c) Björn Bringert
+License: GNU General Public License, version 2
+
+I (John Goerzen) have modified only the module name and Haddock
+comments at the top of it.
+
+----------------------------------------------------
 MissingH.Regex.Pesco was written by Sven Moritz Hallberg,
 <pesco@@gmx.de>, on December 6, 2004.  It was pulled from the darcs
 repository at http://www.scannedinavian.org/~pesco/code/Regex/ as of
diff --git a/ChangeLog b/ChangeLog
index 66d6e35..e5f449d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-04-06 20:11:32 GMT	John Goerzen <jgoerzen at complete.org>	patch-225
+
+    Summary:
+      Added ParseDate to meta-files
+    Revision:
+      missingh--head--0.7--patch-225
+
+
+    modified files:
+     COPYRIGHT ChangeLog MissingH.cabal MissingH/Time/ParseDate.hs
+     README
+
+
 2005-04-06 19:53:13 GMT	John Goerzen <jgoerzen at complete.org>	patch-224
 
     Summary:
diff --git a/MissingH.cabal b/MissingH.cabal
index d7ce02e..bdf7ac2 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -18,7 +18,7 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
     MissingH.Str.CSV,
   MissingH.Cmd,
   MissingH.FiniteMap, MissingH.Path, MissingH.Path.NameManip,
-  MissingH.Time,
+  MissingH.Time, MissingH.Time.ParseDate,
   MissingH.Network,
     MissingH.Network.FTP.Client,
     MissingH.Network.FTP.ParserClient,
diff --git a/MissingH/Time/ParseDate.hs b/MissingH/Time/ParseDate.hs
index 2c92118..2e01275 100644
--- a/MissingH/Time/ParseDate.hs
+++ b/MissingH/Time/ParseDate.hs
@@ -1,12 +1,14 @@
 {- |
-   Module      :  MissingH.Time.ParseDate
-   Copyright   :  (c) by Björn Bringert
-   License     :  GPL2
+   Module      : MissingH.Time.ParseDate
+   Copyright   : (c) by Björn Bringert
+   License     : GPL2
 
-   Maintainer  :  simons at cryp.to
-   Stability   :  provisional
+   Maintainer  : Björn Bringert
+   Stability   : provisional
+   Portability : portable
 
-Utility for parsing dates -}
+Utility for parsing dates.
+-}
 module MissingH.Time.ParseDate (parseCalendarTime) where
 
 import Control.Monad
diff --git a/README b/README
index 35a9e7c..fdbb734 100644
--- a/README
+++ b/README
@@ -162,6 +162,9 @@ MissingH.Threads         * Threaded callbacks
 
 MissingH.Time            * Utilities for working with times and dates
 
+MissingH.Time.           * Parsing of dates, similar to strptime() in C
+ ParseDate
+
 Wash.Mail.*              * Generate or parse e-mail messages
                          * Full support for headers and MIME
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list