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

monoidal-containers needs an new upload to Hackage #401

Closed
erikd opened this issue Jun 2, 2024 · 2 comments
Closed

monoidal-containers needs an new upload to Hackage #401

erikd opened this issue Jun 2, 2024 · 2 comments

Comments

@erikd
Copy link

erikd commented Jun 2, 2024

The version on Github compiles with ghc-9.10 but the version on Hackage does not. For example:

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'
   |       ^^^^^^

This has been raised as an issue in bgamari/monoidal-containers#106 and was told that this was likley fixed in bgamari/monoidal-containers#105 and that the Hackage metadata was updated.

However, a Hackage metadata update is not sufficient. A fix would be to uplaod a new package based on the code on Github.

@ali-abrar
Copy link

Thanks for pointing this out. Uploaded.

@erikd
Copy link
Author

erikd commented Jun 3, 2024

Confirmed! Thanks.

@erikd erikd closed this as completed Jun 3, 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

No branches or pull requests

2 participants