Skip to content

Commit

Permalink
Stylish ...
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jun 12, 2024
1 parent 17facb8 commit 4942a2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions command-line/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ import qualified AutoDiscover
-- This is effectively from the now defunct foundation/basement from
-- https://github.com/haskell-foundation/foundation/blob/5e28e3ea1e2fe9a98c157df463bd32d3f92e7f80/basement/Basement/Terminal.hs#L14-L26
#ifdef mingw32_HOST_OS
import System.IO (hSetEncoding, utf8, hPutStrLn, stderr, stdin, stdout)
import System.Win32.Console (setConsoleCP, setConsoleOutputCP, getConsoleCP, getConsoleOutputCP)
import System.IO
( hPutStrLn, hSetEncoding, stderr, stdin, stdout, utf8 )
import System.Win32.Console
( getConsoleCP, getConsoleOutputCP, setConsoleCP, setConsoleOutputCP )
#endif

#ifdef mingw32_HOST_OS
Expand Down

0 comments on commit 4942a2b

Please sign in to comment.