[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:41 UTC 2010
The following commit has been merged in the master branch:
commit fab7f4d6b2b6dae0b3338ddf6c4b8a3e3093ddfc
Author: John Goerzen <jgoerzen at complete.org>
Date: Thu Apr 7 01:53:13 2005 +0100
Added haddock header to ParseDate
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.7--patch-224)
diff --git a/ChangeLog b/ChangeLog
index 0888f87..66d6e35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
# arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
#
+2005-04-06 19:53:13 GMT John Goerzen <jgoerzen at complete.org> patch-224
+
+ Summary:
+ Added haddock header to ParseDate
+ Revision:
+ missingh--head--0.7--patch-224
+
+
+ modified files:
+ ChangeLog MissingH/Time/ParseDate.hs
+
+
2005-04-06 19:50:44 GMT John Goerzen <jgoerzen at complete.org> patch-223
Summary:
diff --git a/MissingH/Time/ParseDate.hs b/MissingH/Time/ParseDate.hs
index eab7c49..2c92118 100644
--- a/MissingH/Time/ParseDate.hs
+++ b/MissingH/Time/ParseDate.hs
@@ -1,4 +1,13 @@
-module ParseDate (parseCalendarTime) where
+{- |
+ Module : MissingH.Time.ParseDate
+ Copyright : (c) by Björn Bringert
+ License : GPL2
+
+ Maintainer : simons at cryp.to
+ Stability : provisional
+
+Utility for parsing dates -}
+module MissingH.Time.ParseDate (parseCalendarTime) where
import Control.Monad
import Data.Char (isSpace)
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list