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


The following commit has been merged in the master branch:
commit 6ea2bfb95ce4fc98fbc6569d93491f3101083a1c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Apr 13 21:22:48 2006 +0100

    Prepping for 0.14.2

diff --git a/MissingH.cabal b/MissingH.cabal
index 31249ac..8db44d7 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,6 +1,6 @@
 -- arch-tag: MissingH main description file
 Name: MissingH
-Version: 0.14.0
+Version: 0.14.2
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Beta
diff --git a/README b/README
index 76a91c0..39d7a2a 100644
--- a/README
+++ b/README
@@ -166,6 +166,11 @@ MissingH.Path             * Split apart filename components
                           * Recursive directory scanning
                           * Recursive file/directory removal (rm -r)
 
+MissingH.Path.Glob        * Expand wildcards to obtain a list of files
+
+MissingH.Path.WildPath    * Evaluate filenames or strings against wildcards
+                          * Convert wildcards to regular expressions
+
 MissingH.Printf           * Format strings using C-like syntax
                           * Support for args as a list or as
                             a variable-length argument
diff --git a/debian/changelog b/debian/changelog
index 887fe0a..84da7d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+missingh (0.14.2) unstable; urgency=low
+
+  * ConfigParser gives more helpful error messages when possible --
+    it now includes section and option in most error messages
+  * Unit tests updated for new ConfigParser output
+  * MissingH.Str: New function escapeRe that takes a string and makes
+    a regular expression that matches the string literally.
+  * MissingH.IO.HVFS: New function vDoesExist
+  * MissingH.List: New function hasAny
+  * New modules: MissingH.Path.Glob and MissingH.Path.WildMatch
+    and tests for them
+  * 716 total unit tests now
+
+ -- John Goerzen <jgoerzen at complete.org>  Thu, 13 Apr 2006 00:14:10 -0500
+
 missingh (0.14.0) unstable; urgency=low
 
   * New function splitWs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list