We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f0778 commit da38580Copy full SHA for da38580
1 file changed
src/main/Main.hs
@@ -78,7 +78,7 @@ import System.Process.Read
78
79
#ifdef WINDOWS
80
import System.Win32.Console (setConsoleCP, setConsoleOutputCP, getConsoleCP, getConsoleOutputCP)
81
-import System.IO (hSetEncoding, utf8)
+import System.IO (utf8)
82
#endif
83
84
-- | Set the code page for this process as necessary. Only applies to Windows.
0 commit comments