summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Handle/Text.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/Handle/Text.hs')
-rw-r--r--libraries/base/GHC/IO/Handle/Text.hs11
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/base/GHC/IO/Handle/Text.hs b/libraries/base/GHC/IO/Handle/Text.hs
index 0d0e05b4d5..7b390cd490 100644
--- a/libraries/base/GHC/IO/Handle/Text.hs
+++ b/libraries/base/GHC/IO/Handle/Text.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE CPP
, NoImplicitPrelude
, RecordWildCards
@@ -27,11 +28,11 @@
-- #hide
module GHC.IO.Handle.Text (
- hWaitForInput, hGetChar, hGetLine, hGetContents, hPutChar, hPutStr,
- commitBuffer', -- hack, see below
- hGetBuf, hGetBufSome, hGetBufNonBlocking, hPutBuf, hPutBufNonBlocking,
- memcpy, hPutStrLn,
- ) where
+ hWaitForInput, hGetChar, hGetLine, hGetContents, hPutChar, hPutStr,
+ commitBuffer', -- hack, see below
+ hGetBuf, hGetBufSome, hGetBufNonBlocking, hPutBuf, hPutBufNonBlocking,
+ memcpy, hPutStrLn,
+ ) where
import GHC.IO
import GHC.IO.FD