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


The following commit has been merged in the master branch:
commit 6247405828c6d36649ff543a38d9994089e753ae
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Nov 15 11:47:25 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index a474659..d97d284 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-15 04:47:25 GMT	John Goerzen <jgoerzen at complete.org>	patch-51
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.5--patch-51
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Printf/Types.hs
+
+
 2004-11-15 03:49:20 GMT	John Goerzen <jgoerzen at complete.org>	patch-50
 
     Summary:
diff --git a/libsrc/MissingH/Printf/Types.hs b/libsrc/MissingH/Printf/Types.hs
index 1135b7c..36f18e7 100644
--- a/libsrc/MissingH/Printf/Types.hs
+++ b/libsrc/MissingH/Printf/Types.hs
@@ -4,6 +4,8 @@ module MissingH.Printf.Types where
 
 import System.IO
 
+data Wrapped a = Wrapped a
+
 data Value =
            ValueInteger Integer
            | ValueString String

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list