[project @ 2005-01-13 10:23:07 by simonmar]
[haskell-directory.git] / Text / Printf.hs
index ec370f7..69bc7cd 100644 (file)
@@ -13,6 +13,8 @@
 -----------------------------------------------------------------------------
 
 module Text.Printf(printf, hPrintf) where
+
+import Prelude
 import Data.Array
 import Data.Char
 import Numeric(showEFloat, showFFloat, showGFloat)