fix some non-utf8-aware file reading (#15)

This commit is contained in:
Simon Michael 2009-12-12 22:20:44 +00:00
parent 736897998f
commit b0006ce83f

View File

@ -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)