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

GHC9.8: ambiguous reference to unzip #105

Closed
locallycompact opened this issue May 26, 2023 · 1 comment
Closed

GHC9.8: ambiguous reference to unzip #105

locallycompact opened this issue May 26, 2023 · 1 comment

Comments

@locallycompact
Copy link

extra> src/Data/List/Extra.hs:291:37: error: [GHC-87543]
extra>     Ambiguous occurrence ‘unzip’.
extra>     It could refer to
extra>        either ‘Prelude.unzip’,
extra>               imported from ‘Prelude’ at src/Data/List/Extra.hs:50:1-14
extra>               (and originally defined in ‘GHC.List’),
extra>            or ‘Data.Functor.unzip’,
extra>               imported from ‘Data.Functor’ at src/Data/List/Extra.hs:48:1-19.
extra>     |
extra> 291 | concatUnzip = (concat *** concat) . unzip
extra>     |                                     ^^^^^
extra> [10 of 22] Compiling Data.Either.Extra ( src/Data/Either/Extra.hs, dist/build/Data/Either/Extra.o, dist/build/Data/Either/Extra.dyn_o )

caught by https://gitlab.horizon-haskell.net/package-sets/horizon-core/-/jobs/378603

@ndmitchell
Copy link
Owner

Thanks for the report. Fixed by v1.7.14 now out.

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