[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:24:28 UTC 2010


The following commit has been merged in the master branch:
commit 5cc7b23016303b53c0d617d0e76d76753f308ac4
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Jan 26 09:32:07 2009 -0600

    Updating module declarations

diff --git a/src/Test/HUnit/Tools.hs b/src/Test/HUnit/Tools.hs
index 7c678eb..1c7805d 100644
--- a/src/Test/HUnit/Tools.hs
+++ b/src/Test/HUnit/Tools.hs
@@ -4,7 +4,7 @@ Copyright (C) 2004 - 2005 John Goerzen <jgoerzen at complete.org>
 -}
 
 {- |
-   Module     : Test.HUnit.Utils
+   Module     : Test.HUnit.Tools
    Copyright  : Copyright (C) 2004-2005 John Goerzen
    License    : GNU LGPL, version 2 or above
 
@@ -17,7 +17,7 @@ Utilities for HUnit unit testing.
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
-module Test.HUnit.Utils (assertRaises, mapassertEqual, 
+module Test.HUnit.Tools (assertRaises, mapassertEqual, 
                          runVerbTestText, runVerboseTests, qccheck, qctest,
                          qc2hu, qc2huVerbose, tl)
     where
diff --git a/src/Test/QuickCheck/Tools.hs b/src/Test/QuickCheck/Tools.hs
index edd6938..38d02a2 100644
--- a/src/Test/QuickCheck/Tools.hs
+++ b/src/Test/QuickCheck/Tools.hs
@@ -4,7 +4,7 @@ Copyright (C) 2004 - 2009 John Goerzen <jgoerzen at complete.org>
 -}
 
 {- |
-   Module     : Test.QuickCheck.Utils
+   Module     : Test.QuickCheck.Tools
    Copyright  : Copyright (C) 2004-2005 John Goerzen
    License    : GNU LGPL, version 2 or above
 
@@ -17,7 +17,7 @@ Utilities for HUnit unit testing.
 Written by John Goerzen, jgoerzen\@complete.org
 -}
 
-module Test.QuickCheck.Utils (-- * Comparisons
+module Test.QuickCheck.Tools (-- * Comparisons
                               (@=?),
                               (@?=)
                               

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list