mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
Use Text.getContents - remove UTF-8 compatibility library
This commit is contained in:
parent
a7ada2cc60
commit
694d48e2bc
@ -31,7 +31,7 @@ module Hledger.Read.CsvReader (
|
||||
)
|
||||
where
|
||||
import Prelude ()
|
||||
import "base-compat-batteries" Prelude.Compat hiding (getContents)
|
||||
import "base-compat-batteries" Prelude.Compat
|
||||
import Control.Exception hiding (try)
|
||||
import Control.Monad
|
||||
import Control.Monad.Except
|
||||
@ -71,7 +71,6 @@ import Text.Printf (printf)
|
||||
import Data.Word
|
||||
|
||||
import Hledger.Data
|
||||
import Hledger.Utils.UTF8IOCompat (getContents)
|
||||
import Hledger.Utils
|
||||
import Hledger.Read.Common (Reader(..),InputOpts(..),amountp, statusp, genericSourcePos)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user