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


The following commit has been merged in the master branch:
commit c401ef2191dcb62e3133250fec62f760c3c296ca
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Nov 14 04:28:50 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index cbdb9c8..407890f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-13 21:28:50 GMT	John Goerzen <jgoerzen at complete.org>	patch-30
+
+    Summary:
+      Checkpointing printf
+    Revision:
+      missingh--head--0.5--patch-30
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Printf.hs
+
+
 2004-11-13 21:23:26 GMT	John Goerzen <jgoerzen at complete.org>	patch-29
 
     Summary:
diff --git a/libsrc/MissingH/Printf.hs b/libsrc/MissingH/Printf.hs
index ceb621b..937d861 100644
--- a/libsrc/MissingH/Printf.hs
+++ b/libsrc/MissingH/Printf.hs
@@ -109,6 +109,7 @@ wrapper :: String -> [Value] -> Value
 wrapper f v = toValue $ sprintf f v
 
 -- doit format v = (pfrun (wrapper format) v)::String
+doit :: PFRun a => String -> a
 doit f = pfrun $ wrapper f
 
 {-

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list