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.12 #206

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Support ghc 9.12 #206

merged 4 commits into from
Jan 14, 2025

Conversation

erikd
Copy link
Member

@erikd erikd commented Jan 14, 2025

No description provided.

@@ -1030,7 +1030,6 @@ unGetTBQueueDefault (TBQueue rsize read wsize _write _size) a = do
-- | Default implementation of 'TArray'.
--
data TArrayDefault m i e = TArray (Array i (TVar m e))
deriving Typeable
Copy link
Member Author

@erikd erikd Jan 14, 2025

Choose a reason for hiding this comment

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

GHC has derived Typeable by default since ghc-8.6 or something. With ghc-9.12 a warning was added for unneeded derived instances.

Copy link
Collaborator

@coot coot left a comment

Choose a reason for hiding this comment

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

LGTM

@coot coot added this pull request to the merge queue Jan 14, 2025
Merged via the queue into input-output-hk:main with commit 978dddb Jan 14, 2025
23 checks passed
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.

2 participants