[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 15:05:42 UTC 2010


The following commit has been merged in the master branch:
commit 0c731ec5d32d32be96f19194e0ae9dcc3a2e09db
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Dec 27 04:13:25 2005 +0100

    Switched MissingH.IO.HVFS.Utils from MissingH.Printf to Text.Printf

diff --git a/MissingH/IO/HVFS/Utils.hs b/MissingH/IO/HVFS/Utils.hs
index ca1c160..8ae9a86 100644
--- a/MissingH/IO/HVFS/Utils.hs
+++ b/MissingH/IO/HVFS/Utils.hs
@@ -46,7 +46,7 @@ where
 import MissingH.IO.HVFS
 import MissingH.Time
 import MissingH.IO.PlafCompat
-import MissingH.Printf
+import Text.Printf
 import System.Time
 import System.Locale
 import System.IO.Unsafe
@@ -143,7 +143,7 @@ lsl fs fp =
                                        True -> do sl <- vReadSymbolicLink fh 
                                                            (origdir ++ "/" ++ fp)
                                                   return $ " -> " ++ sl
-                          return $ vsprintf "%c%s  1 %-8d %-8d %-9d %s %s%s" 
+                          return $ printf "%c%s  1 %-8d %-8d %-9d %s %s%s" 
                                      typechar
                                      (showmodes (vFileMode se))
                                      (toInteger $ vFileOwner se)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list