[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 aea64c7bbe83cd26e3c8f7e0c56b50e0cc337631
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Jan 26 09:31:33 2009 -0600

    Renamed files due to Test.QuickCheck.Utils existing upstream

diff --git a/src/Test/HUnit/Utils.hs b/src/Test/HUnit/Tools.hs
similarity index 100%
rename from src/Test/HUnit/Utils.hs
rename to src/Test/HUnit/Tools.hs
diff --git a/src/Test/QuickCheck/Utils.hs b/src/Test/QuickCheck/Tools.hs
similarity index 100%
rename from src/Test/QuickCheck/Utils.hs
rename to src/Test/QuickCheck/Tools.hs
diff --git a/testpack.cabal b/testpack.cabal
index b6377f5..567f121 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -26,8 +26,8 @@ Flag splitBase
 Library
  Hs-Source-Dirs: src
  Exposed-Modules:
-  Test.HUnit.Utils,
-  Test.QuickCheck.Utils,
+  Test.HUnit.Tools,
+  Test.QuickCheck.Tools,
   Test.QuickCheck.Instances
 
  Extensions: ExistentialQuantification

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list