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


The following commit has been merged in the master branch:
commit f358dbf0a7c9841d43b132f9c7d5843e958b01a9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Dec 3 04:12:44 2004 +0100

    Minor doc touchups
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-145)

diff --git a/ChangeLog b/ChangeLog
index 02f747a..f1fa85d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-12-02 21:12:44 GMT	John Goerzen <jgoerzen at complete.org>	patch-145
+
+    Summary:
+      Minor doc touchups
+    Revision:
+      missingh--head--0.5--patch-145
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/ConfigParser.hs
+
+
 2004-12-02 20:30:29 GMT	John Goerzen <jgoerzen at complete.org>	patch-144
 
     Summary:
diff --git a/libsrc/MissingH/ConfigParser.hs b/libsrc/MissingH/ConfigParser.hs
index ad1e2b3..e0203b9 100644
--- a/libsrc/MissingH/ConfigParser.hs
+++ b/libsrc/MissingH/ConfigParser.hs
@@ -800,9 +800,9 @@ Using Haskell's monad transformers, you can run it in the combined
 Error\/IO monad.  That is, you will get an IO result back.  Here is a full
 standalone example of doing that:
 
-import MissingH.ConfigParser
-import Control.Monad.Error
-
+>import MissingH.ConfigParser
+>import Control.Monad.Error
+>
 >main = do
 >          rv <- runErrorT $
 >              do

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list