Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support Windows Aarch64 (fix ghc warnings) #195

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

GulinSS
Copy link
Contributor

@GulinSS GulinSS commented Jan 25, 2025

The following https://gitlab.haskell.org/ghc/ghc/-/jobs/2098586

===> Command failed with error code: 1
libraries\haskeline\System\Console\Haskeline\Backend\Win32.hsc:19:17: error: [GHC-61689] [-Wdodgy-imports, Werror=dodgy-imports]
    Module `System.Win32' does not export `InputEvent'.
   |
19 |                 InputEvent,
   |                 ^^^^^^^^^^
libraries\haskeline\System\Console\Haskeline\Backend\Win32.hsc:576:9: error: [GHC-63397] [-Wname-shadowing, Werror=name-shadowing]
    This binding for `windowSize' shadows the existing binding
      imported from `System.Win32' at libraries\haskeline\System\Console\Haskeline\Backend\Win32.hsc:(14,1)-(24,17)
      (and originally defined in `Win32-2.14.1.0:System.Win32.Console.Internal')
    |
576 |     let windowSize = width lay * height lay
    |         ^^^^^^^^^^

@GulinSS
Copy link
Contributor Author

GulinSS commented Jan 25, 2025

Seems apt issue, not related to changes

@bgamari
Copy link
Collaborator

bgamari commented Jan 25, 2025

Indeed, I have restarted the job.

@bgamari bgamari merged commit 5f1a790 into haskell:master Jan 25, 2025
11 checks passed
@GulinSS GulinSS deleted the wip/T24603 branch January 25, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants