Skip to content

Changes for GHC 9.2.1 #182

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

Merged
merged 4 commits into from
May 5, 2021
Merged

Changes for GHC 9.2.1 #182

merged 4 commits into from
May 5, 2021

Conversation

bgamari
Copy link
Collaborator

@bgamari bgamari commented Apr 15, 2021

  • Set default-language: Haskell2010, otherwise GHC 9.2 will compile the package as GHC2021, which will break due to a Safe Haskell error. See GHC #19631.
  • Add support for BoxedRep.

@bgamari
Copy link
Collaborator Author

bgamari commented Apr 15, 2021

Includes an up-to-date version of #177 .

@bgamari bgamari changed the title cabal: Set default-language: Haskell2010 Changes for GHC 9.2.1 Apr 15, 2021
Otherwise GHC 9.2 will compile the package as GHC2021, which will break
due to a Safe Haskell error. See GHC #19631.
@@ -1,3 +1,5 @@
cabal-version: 3.0
Copy link
Contributor

Choose a reason for hiding this comment

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

:)

A smaller bump would been sufficient, but OTOH it might be nice to force users to upgrade their cabal-install if they ever want to reinstall binary!

@bgamari bgamari merged commit 55c8b3e into haskell:master May 5, 2021
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.

3 participants