diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-06-22 16:04:32 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:03 -0400 |
commit | d3f94368cc27e124c07f9c3f90e3f9563a7fc55d (patch) | |
tree | 25823e52a621180ca26fb7957fd3d9ae7b949897 /libraries/base/System | |
parent | d679b544e14ad912fddc97b1b735d3c2838a2c4b (diff) | |
download | haskell-d3f94368cc27e124c07f9c3f90e3f9563a7fc55d.tar.gz |
winio: Rename SmartHandles to StdHandles
Diffstat (limited to 'libraries/base/System')
-rw-r--r-- | libraries/base/System/IO.hs | 2 |
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 |