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


The following commit has been merged in the master branch:
commit 0b1bea0a65061e138f10b32d75913090b3e0e94e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Dec 27 03:52:50 2005 +0100

    Add deprecation warning to MissingH.Printf

diff --git a/MissingH/Printf.hs b/MissingH/Printf.hs
index 129562c..0f7b64e 100644
--- a/MissingH/Printf.hs
+++ b/MissingH/Printf.hs
@@ -45,7 +45,9 @@ With hugs:
 
 -}
 
-module MissingH.Printf(-- * Introduction
+module MissingH.Printf
+    {-# DEPRECATED "Please use the standard Test.Printf instead" #-}
+                      (-- * Introduction
                        -- $introduction
 
                        -- * Methods of Use

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list