haskell-infra / hackage-trustees

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

Purescript compiler needs base bump #188

Closed vmchale closed 5 years ago

vmchale commented 5 years ago

The purescript library requires base (>=4.8 && <4.11) but this can be relaxed to >= 4.8 && < 4.12.

cartazio commented 5 years ago

maybe i'm being slow today... but i think you meant a different change, those two bound seem the same to me ...

On Fri, Oct 26, 2018 at 2:59 PM Vanessa McHale notifications@github.com wrote:

The purescript library requires base (>=4.8 && <4.11) but this can be relaxed to >= 4.8 && < 4.11.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haskell-infra/hackage-trustees/issues/188, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQwnB4obAkzE1T_eiaWsM-oirSkBP2ks5uo1uZgaJpZM4X8y58 .

vmchale commented 5 years ago

Oh, whoops. Fixed the original comment.

gwils commented 5 years ago

I've tried to build the latest purescript version with --allow-newer='purescript:base'. It will require a bound bump to spdx. Even then, purescript seems to be missing a Semigroup instance for PSString that would be required by 8.4, so bumping the base bound on the current version would be unwise.

vmchale commented 5 years ago

Ah okay. I believe that has been fixed in the actual repo but not yet in the upload :\