You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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@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.
Building
monoidal-containers-0.6.4.0
withghc-9.10.1
I get:where as building git
HEAD
(c838b6cebe40bb07512ed19bca9881901938396b
) withghc-9.10.1
has zero compile errors.We need what is currently at
HEAD
to be released as a new version.The text was updated successfully, but these errors were encountered: