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

Upgrade build to GHC 9.6 #1245

Merged
merged 18 commits into from
Jul 25, 2024
Merged

Upgrade build to GHC 9.6 #1245

merged 18 commits into from
Jul 25, 2024

Conversation

elopez
Copy link
Member

@elopez elopez commented Apr 29, 2024

No description provided.

@elopez elopez force-pushed the dev-ghc-9.6 branch 7 times, most recently from b995ff9 to 5c9ecb2 Compare April 30, 2024 00:07
elopez added 5 commits May 1, 2024 18:03
@elopez elopez mentioned this pull request May 6, 2024
@elopez elopez linked an issue May 6, 2024 that may be closed by this pull request
pure config { inputMap = (Nothing, "\ESC[6;2~", EvKey KPageDown [MShift]) :
(Nothing, "\ESC[5;2~", EvKey KPageUp [MShift]) :
inputMap defaultConfig }
pure defaultConfig { configInputMap = [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an alternative is to use:

config <- Vty.userConfig

which is empty config or load some user settings. Per doc, I have never tried though!

elopez added 4 commits July 25, 2024 11:25
       > app/utf8-troubleshoot/cbits/locale.c:10:10: error:
       >      fatal error: 'libcharset.h' file not found
       >    |
       > 10 | #include <libcharset.h>
       >    |          ^
       > #include <libcharset.h>
       >          ^~~~~~~~~~~~~~

Also link iconv dynamically on Darwin as well
@elopez elopez marked this pull request as ready for review July 25, 2024 11:38
@elopez elopez requested review from ggrieco-tob and arcz as code owners July 25, 2024 11:38
@ggrieco-tob
Copy link
Member

Haskell part looks good to me!

@ggrieco-tob ggrieco-tob merged commit 182580e into master Jul 25, 2024
18 checks passed
@ggrieco-tob ggrieco-tob deleted the dev-ghc-9.6 branch July 25, 2024 11:54
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.

Enable TUI on Windows
3 participants