summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Handle.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/IO/Handle.hs')
-rw-r--r--libraries/base/GHC/IO/Handle.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Handle.hs b/libraries/base/GHC/IO/Handle.hs
index 256cf59061..a847bcffca 100644
--- a/libraries/base/GHC/IO/Handle.hs
+++ b/libraries/base/GHC/IO/Handle.hs
@@ -45,7 +45,7 @@ module GHC.IO.Handle (
hShow,
- hWaitForInput, hGetChar, hGetLine, hGetContents, hPutChar, hPutStr,
+ hWaitForInput, hGetChar, hGetLine, hGetContents, hGetContents', hPutChar, hPutStr,
hGetBuf, hGetBufNonBlocking, hPutBuf, hPutBufNonBlocking
) where