mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
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
|
||||
#if defined(WEB) || defined(WEB610)
|
||||
import System.Info (os)
|
||||
#endif
|
||||
#if __GLASGOW_HASKELL__ <= 610
|
||||
import Prelude hiding (putStr, putStrLn)
|
||||
import System.IO.UTF8
|
||||
|
Loading…
Reference in New Issue
Block a user