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

Allow ghc 9.0 #31

Merged
merged 4 commits into from
Dec 28, 2024
Merged

Allow ghc 9.0 #31

merged 4 commits into from
Dec 28, 2024

Conversation

pgujjula
Copy link
Owner

Closes #30

The record fields in Data.DoublyLinkedList.STRef overlap, which will
cause errors if we try to use field selectors instead of record dot
syntax to access record fields. So we rename the record fields to
disambiguate them.
To support GHCs earlier than 9.2, we remove the use of the
OverloadedRecordDot extension and use field selectors instead of record
dot syntax to access record fields.
GHC 9.0 doesn't support GHC2021, so we use Haskell2010 as the language
instead.
@pgujjula pgujjula merged commit b1525be into main Dec 28, 2024
18 checks passed
@pgujjula pgujjula deleted the allow-ghc-9.0 branch December 28, 2024 07:16
@pgujjula pgujjula mentioned this pull request Dec 28, 2024
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.0
1 participant