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

Support GHC 9.4 #298

Merged
merged 6 commits into from
Sep 24, 2022
Merged

Support GHC 9.4 #298

merged 6 commits into from
Sep 24, 2022

Conversation

parsonsmatt
Copy link
Contributor

Fixes #291

This is a very stupid PR, where I use CPP and then do _f in the 9.4 case to see what to put in. But the tests all pass, so 🎉 🤷🏻

#else
w#
#endif
))))
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be a CPP macro instead? Using #if’s everywhere feels messy to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the limit of my CPP knowledge - I'd love it if there was an easier way!

coot added a commit to input-output-hk/io-sim that referenced this pull request Sep 2, 2022
We still need:
* cborg
* serialise
which support 9.4.2.  Both are addressed in
well-typed/cborg#298
coot added a commit to input-output-hk/io-sim that referenced this pull request Sep 2, 2022
We still need:
* cborg
* serialise
which support 9.4.2.  Both are addressed in
well-typed/cborg#298
coot added a commit to input-output-hk/io-sim that referenced this pull request Sep 3, 2022
We still need:
* cborg
* serialise
which support 9.4.2.  Both are addressed in
well-typed/cborg#298
@Bodigrim
Copy link
Contributor

Bodigrim commented Sep 3, 2022

@FinleyMcIlwaine @bgamari any chance to merge and release this please?

* Remove 8.0.2 and 8.2.2 from tested with
* Replace 8.10.1 with 8.10.7 in tested with
* Add allow-newer constraint on text for store-core to make benchmarks
  compile
@Bodigrim
Copy link
Contributor

Thanks @FinleyMcIlwaine, could you please possibly make a Hackage release any time soon?

@FinleyMcIlwaine
Copy link
Collaborator

@Bodigrim Done, finally 🙂 Apologies for the delay!

@Bodigrim
Copy link
Contributor

Huge thanks!

@parsonsmatt parsonsmatt deleted the matt/ghc-94 branch October 14, 2022 19:27
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.

Support GHC 9.4
5 participants