summaryrefslogtreecommitdiff
path: root/libraries/base/System
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-06-22 16:04:32 +0200
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:03 -0400
commitd3f94368cc27e124c07f9c3f90e3f9563a7fc55d (patch)
tree25823e52a621180ca26fb7957fd3d9ae7b949897 /libraries/base/System
parentd679b544e14ad912fddc97b1b735d3c2838a2c4b (diff)
downloadhaskell-d3f94368cc27e124c07f9c3f90e3f9563a7fc55d.tar.gz
winio: Rename SmartHandles to StdHandles
Diffstat (limited to 'libraries/base/System')
-rw-r--r--libraries/base/System/IO.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs
index 9a2d0ce69a..03e0e06319 100644
--- a/libraries/base/System/IO.hs
+++ b/libraries/base/System/IO.hs
@@ -258,7 +258,7 @@ import GHC.IO.Handle.Text ( hGetBufSome, hPutStrLn )
import GHC.IO.Exception ( userError )
import GHC.IO.Encoding
import Text.Read
-import GHC.IO.SmartHandles
+import GHC.IO.StdHandles
import GHC.Show
import GHC.MVar