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


The following commit has been merged in the master branch:
commit 01c01e1f9412fedbf0de2eae18c2d7ea34ad299e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Dec 1 01:38:47 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index 35f58dc..8346ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-30 18:38:47 GMT	John Goerzen <jgoerzen at complete.org>	patch-126
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.5--patch-126
+
+
+    modified files:
+     ChangeLog cpexample1.hs debian/changelog
+
+
 2004-11-30 17:24:30 GMT	John Goerzen <jgoerzen at complete.org>	patch-125
 
     Summary:
diff --git a/cpexample1.hs b/cpexample1.hs
index 4ca7543..41a9a3e 100644
--- a/cpexample1.hs
+++ b/cpexample1.hs
@@ -6,8 +6,9 @@ main = do
           --let d = readfile empty "/etc/passwd"
           rv <- runErrorT $
               do
-              cp <- liftIO $ readfile empty "/etc/passwd"
-              x <- cp
+              cp <- join $ liftIO $ readfile empty "/etc/passwd"
+              --x <- cp
+              let x = cp
               liftIO $ putStrLn "In the test"
               --cp <- d
               --liftIO $ print (sections cp)
diff --git a/debian/changelog b/debian/changelog
index 140b25e..06ce333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+missingh (0.7.0) unstable; urgency=low
+
+  * Major new feature: ConfigParser. 
+  * Rewrote unit tests to use hunit more effectively.
+  * Other new modules: MissingH.Either.
+
+ -- John Goerzen <jgoerzen at complete.org>  Tue, 30 Nov 2004 12:37:14 -0600
+
 missingh (0.6.2) unstable; urgency=low
 
   * New "generic" sprintf functions.

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list