export encoding error handlers

This commit is contained in:
Stephen Diehl
2016-12-12 11:14:42 +00:00
parent c692eb03fb
commit 66958def93
2 changed files with 32 additions and 4 deletions
+9
View File
@@ -349,6 +349,15 @@ import Data.Text.Encoding as X (
, decodeUtf8With
)
import Data.Text.Encoding.Error as X (
OnDecodeError
, OnError
, lenientDecode
, strictDecode
, ignore
, replace
)
-- IO
import System.Exit as X
import System.Environment as X (getArgs)