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


The following commit has been merged in the master branch:
commit ac868b8c0c5a1f540b0a08e9b6d94e5ee13d5347
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Nov 20 05:10:35 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index 00a6d6d..ede2980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-19 22:10:35 GMT	John Goerzen <jgoerzen at complete.org>	patch-105
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.5--patch-105
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/ConfigParser.hs
+
+
 2004-11-19 22:09:35 GMT	John Goerzen <jgoerzen at complete.org>	patch-104
 
     Summary:
diff --git a/libsrc/MissingH/ConfigParser.hs b/libsrc/MissingH/ConfigParser.hs
index 7a8ec3a..3cc3e90 100644
--- a/libsrc/MissingH/ConfigParser.hs
+++ b/libsrc/MissingH/ConfigParser.hs
@@ -164,7 +164,7 @@ You can use these functions to read data from a file.
 
 A common idiom for loading a new object from stratch is:
 
- at cp <- 'readfile' 'empty' \"/etc/foo.cfg\"@
+ at cp <- 'readfile' 'empty' \"\/etc\/foo.cfg\"@
 
 Note the use of 'empty'; this will essentially cause the file's data
 to be merged with the empty 'ConfigParser'.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list