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

Use GHC2024 and GHC2021 extensions #2994

Merged
merged 1 commit into from
Feb 21, 2025
Merged

Conversation

harendra-kumar
Copy link
Member

No description provided.

@@ -204,15 +205,15 @@ usingFile3 = UF.bracketIO before after
-- /Pre-release/
--
{-# INLINABLE putChunk #-}
putChunk :: FilePath -> Array a -> IO ()
putChunk :: forall (a :: Type). FilePath -> Array a -> IO ()
Copy link
Member

Choose a reason for hiding this comment

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

Why is this important? Can we ignore this using -Wno-?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is an error, not a warning.

@harendra-kumar harendra-kumar force-pushed the ghc2024-extensions branch 6 times, most recently from 62e0a56 to 4eb198d Compare February 21, 2025 13:16
@harendra-kumar harendra-kumar merged commit a108018 into master Feb 21, 2025
16 of 21 checks passed
@harendra-kumar harendra-kumar deleted the ghc2024-extensions branch February 23, 2025 22:51
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