haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

polyparse won't install on ghc 9.2.1 #320

Closed GeorgeCo closed 2 years ago

GeorgeCo commented 2 years ago

polyparse won't install on ghc 9.2.1

 ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.2.1
bash-3.2$ cabal install polyparse
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.4.0.0 supports
'ghc' version < 9.1): /usr/local/bin/ghc is version 9.2.1
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.4.0.0 supports
'ghc' version < 9.1): /usr/local/bin/ghc is version 9.2.1
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: polyparse-1.13 (user goal)
[__1] next goal: base (dependency of polyparse)
[__1] rejecting: base-4.16.0.0/installed-4.16.0.0 (conflict: polyparse =>
base>=4.3.1.0 && <4.16)
[__1] skipping: base-4.16.0.0 (has the same characteristics that caused the
previous version to fail: excluded by constraint '>=4.3.1.0 && <4.16' from
'polyparse')
[__1] rejecting: base-4.15.0.0, base-4.14.3.0, base-4.14.2.0, base-4.14.1.0,
base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0, base-4.11.0.0,
base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0, base-4.8.2.0,
base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1, base-4.7.0.0,
base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0, base-4.4.1.0,
base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2, base-4.2.0.1,
base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2, base-3.0.3.1
(constraint from non-upgradeable package requires installed instance)
[__1] fail (backjumping, conflict set: base, polyparse)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, polyparse
andreasabel commented 2 years ago

A fix is suggested here:

GeorgeCo commented 2 years ago

Thanks Andreas!

On Tue, Nov 2, 2021 at 1:15 PM Andreas Abel @.***> wrote:

A fix is suggested here:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haskell-infra/hackage-trustees/issues/320#issuecomment-957900810, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQIJ645IEX7ZJO2KPXG4ETUKAFBTANCNFSM5HGNMX6Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

andreasabel commented 2 years ago

Revision published: https://hackage.haskell.org/package/polyparse-1.13/revisions/