mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-06 02:23:46 +03:00
fix some non-utf8-aware file reading (#15)
This commit is contained in:
parent
736897998f
commit
b0006ce83f
@ -12,7 +12,8 @@ import Ledger.Utils (getCurrentLocalTime)
|
||||
import Ledger.Dates (nulldatespan)
|
||||
import System.Directory (getHomeDirectory)
|
||||
import System.Environment (getEnv)
|
||||
import System.IO
|
||||
import Prelude hiding (readFile)
|
||||
import System.IO.UTF8
|
||||
import System.FilePath ((</>))
|
||||
import System.Time (getClockTime)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user