[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:54:39 UTC 2010
The following commit has been merged in the master branch:
commit 3ac64aa5a9a95534f58a5272b564ed09f2586e3b
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed Feb 2 04:24:32 2005 +0100
Updated Debian files
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.7--patch-183)
diff --git a/COPYRIGHT b/COPYRIGHT
index 64329bc..06f5510 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
MissingH: Haskell libraries
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
All code is under the following license unless otherwise noted:
This program is free software; you can redistribute it and/or modify
diff --git a/ChangeLog b/ChangeLog
index d0cd2c3..e858538 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,19 @@
# arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
#
+2005-02-01 21:24:32 GMT John Goerzen <jgoerzen at complete.org> patch-183
+
+ Summary:
+ Updated Debian files
+ Revision:
+ missingh--head--0.7--patch-183
+
+
+ modified files:
+ COPYRIGHT ChangeLog MissingH.cabal debian/changelog
+ debian/copyright libsrc/MissingH/List.hs testsrc/Listtest.hs
+
+
2005-02-01 21:22:19 GMT John Goerzen <jgoerzen at complete.org> patch-182
Summary:
diff --git a/MissingH.cabal b/MissingH.cabal
index f064571..7cc24cf 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,10 +1,10 @@
-- arch-tag: MissingH main description file
Name: MissingH
-Version: 0.8.0
+Version: 0.9.0
License: GPL
Maintainer: John Goerzen <jgoerzen at complete.org>
Stability: Alpha
-Copyright: Copyright (c) 2004 John Goerzen
+Copyright: Copyright (c) 2004-2005 John Goerzen
Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
MissingH.Logging, MissingH.Logging.Handler,
MissingH.Logging.Handler.Simple, MissingH.Logging.Handler.Syslog,
diff --git a/debian/changelog b/debian/changelog
index 2b8d62f..c9b6dbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+missingh (0.9.0) unstable; urgency=low
+
+ * New module: MissingH.AnyDBM. Integrated support for HashTable and
+ FiniteMap.
+ * New support for converting arbitrary association lists and
+ finite maps two/from string.
+ * New module: MissingH.AnyDBM.StringDBM that uses this new support.
+
+ -- John Goerzen <jgoerzen at complete.org> Tue, 1 Feb 2005 15:22:37 -0600
+
missingh (0.8.1) unstable; urgency=low
* Updated to Cabal 0.4.
diff --git a/debian/copyright b/debian/copyright
index 4847ab9..9708cec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
MissingH: Haskell libraries
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
All code is under the following license unless otherwise noted:
This program is free software; you can redistribute it and/or modify
diff --git a/libsrc/MissingH/List.hs b/libsrc/MissingH/List.hs
index 97c707e..0fede95 100644
--- a/libsrc/MissingH/List.hs
+++ b/libsrc/MissingH/List.hs
@@ -1,5 +1,5 @@
{- arch-tag: List utilities main file
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/testsrc/Listtest.hs b/testsrc/Listtest.hs
index 4f6f575..045caba 100644
--- a/testsrc/Listtest.hs
+++ b/testsrc/Listtest.hs
@@ -1,5 +1,5 @@
{- arch-tag: List tests main file
-Copyright (C) 2004 John Goerzen <jgoerzen at complete.org>
+Copyright (C) 2004-2005 John Goerzen <jgoerzen at complete.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list