haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations

Home Page:https://hackage.haskell.org/packages/trustees/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monoidal-containers needs an new upload to Hackage

erikd opened this issue · comments

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.

Thanks for pointing this out. Uploaded.

Confirmed! Thanks.