[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:04:22 UTC 2010


The following commit has been merged in the master branch:
commit 8d6fcf1e0122e029e97ce922362bf612cad1dabc
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 10 00:03:24 2005 +0100

    Updated for 0.12.2

diff --git a/MissingH.cabal b/MissingH.cabal
index c7aa516..8bdb9cd 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,6 +1,6 @@
 -- arch-tag: MissingH main description file
 Name: MissingH
-Version: 0.12.0
+Version: 0.12.2
 License: GPL
 Maintainer: John Goerzen <jgoerzen at complete.org>
 Stability: Alpha
diff --git a/MissingH/Cmd.hs b/MissingH/Cmd.hs
index 2464f0b..7e75880 100644
--- a/MissingH/Cmd.hs
+++ b/MissingH/Cmd.hs
@@ -370,6 +370,7 @@ pOpen pm fp args func =
                                        closeFd (fst pipepair)
                                        h <- fdToHandle (snd pipepair)
                                        x <- func h
+                                       seq x x
                                        hClose h
                                        return $! x
                         pOpen3 (Just (fst pipepair)) Nothing Nothing fp args
diff --git a/README b/README
index 3279e01..973f24a 100644
--- a/README
+++ b/README
@@ -102,6 +102,8 @@ MissingH.FiniteMap        * Flip a finite map
 
 MissingH.Hsemail          * E-mail parsers
 
+MissingH.HUnit            * Utilities for writing HUnit unit tests
+
 MissingH.IO               * Copying data between files or handles
                           * Lazy operations on line input
 
diff --git a/debian/changelog b/debian/changelog
index 3cda70f..565510f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (0.12.2) unstable; urgency=low
+
+  * Made generic unit tests available.
+
+ -- John Goerzen <jgoerzen at complete.org>  Fri,  9 Dec 2005 05:03:10 -0600
+
 missingh (0.12.1) unstable; urgency=low
 
   * Update for GHC 6.4.1.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list