[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 dc8986e1de416dae3119144738e9c957b87fecca
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 28 00:03:04 2005 +0100

    Fixed a syntax error
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-177)

diff --git a/ChangeLog b/ChangeLog
index 403b538..20810cd 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:03:04 GMT	John Goerzen <jgoerzen at complete.org>	patch-177
+
+    Summary:
+      Fixed a syntax error
+    Revision:
+      missingh--head--0.7--patch-177
+
+
+    modified files:
+     ChangeLog testsrc/Timetest.hs
+
+
 2005-01-27 16:57:12 GMT	John Goerzen <jgoerzen at complete.org>	patch-176
 
     Summary:
diff --git a/testsrc/Timetest.hs b/testsrc/Timetest.hs
index fccbbc7..6dc4a46 100644
--- a/testsrc/Timetest.hs
+++ b/testsrc/Timetest.hs
@@ -51,6 +51,6 @@ test_ct2e =
            1088701200
         ]
 
-tests = TestList [TestLabel "ctu2e" (TestList test_ctu2e),
+tests = TestList [TestLabel "ctu2e" (TestList test_ctu2e)
 #                  TestLabel "ct2e" (TestList test_ct2e)
                  ]
\ No newline at end of file

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list