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

Needs a new Hackage release to suppiort ghc 9.10 #106

Closed
erikd opened this issue May 28, 2024 · 3 comments
Closed

Needs a new Hackage release to suppiort ghc 9.10 #106

erikd opened this issue May 28, 2024 · 3 comments

Comments

@erikd
Copy link
Contributor

erikd commented May 28, 2024

Building monoidal-containers-0.6.4.0 with ghc-9.10.1 I get:

src/Data/IntMap/Monoidal.hs:54:7: error: [GHC-87543]
    Ambiguous occurrence ‘foldl'’.
    It could refer to
       either ‘Prelude.foldl'’,
              imported from ‘Prelude’ at src/Data/IntMap/Monoidal.hs:130:1-63
              (and originally defined in ‘ghc-internal-9.1001.0:GHC.Internal.Data.Foldable’),
           or ‘Data.IntMap.Monoidal.foldl'’,
              defined at src/Data/IntMap/Monoidal.hs:473:1.
   |
54 |     , foldl'
   |       ^^^^^^

where as building git HEAD (c838b6cebe40bb07512ed19bca9881901938396b) with ghc-9.10.1 has zero compile errors.

We need what is currently at HEAD to be released as a new version.

@erikd erikd changed the title Needs a new release to suppiort ghc 9.10 Needs a new Hackage release to suppiort ghc 9.10 May 28, 2024
@alexfmpe
Copy link

Likely fixed by #105

@erikd
Copy link
Contributor Author

erikd commented May 28, 2024

@alexfmpe @ali-abrar Sorry, this cannot be fixed by a metadata edit, because metadata edits cannot do code changes. The fix requires a code change, a change that is already in git.

The only fix for this is to upload a new package based on git HEAD.

@ali-abrar
Copy link
Collaborator

Uploaded.

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

No branches or pull requests

3 participants