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


The following commit has been merged in the master branch:
commit b16ea381adeb2a3c13d40fb5d198f26fa566b002
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 28 00:10:36 2005 +0100

    Another syntax fix
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-178)

diff --git a/ChangeLog b/ChangeLog
index 20810cd..1b3fd6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2005-01-27 17:10:36 GMT	John Goerzen <jgoerzen at complete.org>	patch-178
+
+    Summary:
+      Another syntax fix
+    Revision:
+      missingh--head--0.7--patch-178
+
+
+    modified files:
+     ChangeLog testsrc/Timetest.hs
+
+
 2005-01-27 17:03:04 GMT	John Goerzen <jgoerzen at complete.org>	patch-177
 
     Summary:
diff --git a/testsrc/Timetest.hs b/testsrc/Timetest.hs
index 6dc4a46..6ff1014 100644
--- a/testsrc/Timetest.hs
+++ b/testsrc/Timetest.hs
@@ -51,6 +51,4 @@ test_ct2e =
            1088701200
         ]
 
-tests = TestList [TestLabel "ctu2e" (TestList test_ctu2e)
-#                  TestLabel "ct2e" (TestList test_ct2e)
-                 ]
\ No newline at end of file
+tests = TestList [TestLabel "ctu2e" (TestList test_ctu2e)]

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list