Skip to content

Commit

Permalink
Add support Windows Aarch64 (fix ghc warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
GulinSS authored and bgamari committed Jan 25, 2025
1 parent 05d83f5 commit 5f1a790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System/Console/Haskeline/Backend/Win32.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import System.Win32 hiding (
setConsoleMode,
getConsoleMode,
KeyEvent,
InputEvent,
keyDown,
virtualKeyCode,
repeatCount,
virtualScanCode
virtualScanCode,
windowSize
)
#elif MIN_VERSION_Win32(2,9,0)
import System.Win32 hiding (multiByteToWideChar, setConsoleMode, getConsoleMode)
Expand Down

0 comments on commit 5f1a790

Please sign in to comment.