-
Notifications
You must be signed in to change notification settings - Fork 373
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
Upgrade build to GHC 9.6 #1245
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elopez
force-pushed
the
dev-ghc-9.6
branch
7 times, most recently
from
April 30, 2024 00:07
b995ff9
to
5c9ecb2
Compare
pkgsMusl fails to build for some reason.
All platforms now support the Echidna UI
Observed a ~2% speedup on longer runs when compiling both hevm and echidna with this flag. Besides, the Haskell documentation encourages enabling it for parallel code: https://downloads.haskell.org/~ghc/9.6.5/docs/users_guide/using-concurrent.html#compile-time-options-for-smp-parallelism
Closed
Closed
hellwolf
reviewed
Jul 16, 2024
pure config { inputMap = (Nothing, "\ESC[6;2~", EvKey KPageDown [MShift]) : | ||
(Nothing, "\ESC[5;2~", EvKey KPageUp [MShift]) : | ||
inputMap defaultConfig } | ||
pure defaultConfig { configInputMap = [ |
There was a problem hiding this comment.
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!
> 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
Haskell part looks good to me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.