fix a warning without -fweb

This commit is contained in:
Simon Michael 2010-07-17 19:56:51 +00:00
parent efa5545c0d
commit fada2198cb

View File

@ -39,7 +39,9 @@ See "Hledger.Data.Ledger" for more examples.
-}
module Hledger.Cli.Main where
#if defined(WEB) || defined(WEB610)
import System.Info (os)
#endif
#if __GLASGOW_HASKELL__ <= 610
import Prelude hiding (putStr, putStrLn)
import System.IO.UTF8