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


The following commit has been merged in the master branch:
commit dcb11d9e29d22fe0600eef3dc67f3d2f81ef06f6
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Nov 19 04:54:22 2004 +0100

    Checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-85)

diff --git a/ChangeLog b/ChangeLog
index 0f05419..07a5475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-18 21:54:22 GMT	John Goerzen <jgoerzen at complete.org>	patch-85
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.5--patch-85
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/ConfigParser/Parser.hs
+
+
 2004-11-18 21:50:51 GMT	John Goerzen <jgoerzen at complete.org>	patch-84
 
     Summary:
diff --git a/libsrc/MissingH/ConfigParser/Parser.hs b/libsrc/MissingH/ConfigParser/Parser.hs
index c8d7678..de78fa5 100644
--- a/libsrc/MissingH/ConfigParser/Parser.hs
+++ b/libsrc/MissingH/ConfigParser/Parser.hs
@@ -111,7 +111,7 @@ parsemain =
     <?> "High-level error parsing config file"
 
 sectionlist = 
-    do {ignorestuff <?> "POINT2"; eof; return []}
+    try (do {ignorestuff <?> "POINT2"; eof; return []})
     <|> try (do
              s <- sectionhead <?> "POINT10"
              ignorestuff  <?> "POINT1"

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list