fix a warning without -fweb
This commit is contained in:
parent
efa5545c0d
commit
fada2198cb
@ -39,7 +39,9 @@ See "Hledger.Data.Ledger" for more examples.
|
|||||||
-}
|
-}
|
||||||
|
|
||||||
module Hledger.Cli.Main where
|
module Hledger.Cli.Main where
|
||||||
|
#if defined(WEB) || defined(WEB610)
|
||||||
import System.Info (os)
|
import System.Info (os)
|
||||||
|
#endif
|
||||||
#if __GLASGOW_HASKELL__ <= 610
|
#if __GLASGOW_HASKELL__ <= 610
|
||||||
import Prelude hiding (putStr, putStrLn)
|
import Prelude hiding (putStr, putStrLn)
|
||||||
import System.IO.UTF8
|
import System.IO.UTF8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user