Skip to content

Commit

Permalink
Clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell authored and Mistuke committed Aug 10, 2024
1 parent 3825d11 commit d342e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Win32/Console.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import Graphics.Win32.Misc
import Graphics.Win32.GDI.Types (COLORREF)

import GHC.IO (bracket)
import GHC.IO.Exception (IOException(..), IOErrorType(OtherError), ioError)
import GHC.IO.Exception (IOException(..), IOErrorType(OtherError))
import Foreign.Ptr (plusPtr)
import Foreign.C.Types (CWchar)
import Foreign.C.String (withCWString, CWString)
Expand Down

0 comments on commit d342e13

Please sign in to comment.