Restrict base for GHC < 8.4.1#3294
Conversation
|
Okay, so I tried to bump to latest Stackage nightly and build from there, but the ecosystem still needs to catch up with 8.4.1, so I'll merge this PR and we can tackle upgrading after releasing 0.12. Thanks! |
|
@kritzcreek now that 0.12.0 is out, is there any update on 8.4.x support? |
|
The last time I tried libraries we depended on still didn't build with 8.4.1, but I can give it another try today. |
|
Thanks! Also note that the current version is now 8.4.3 :) |
|
I'm going for 8.4.2 since it's the current nightly version. Shouldn't be a big deal to update that to 8.4.3 though. |
|
Yeah I retested the builds of everything in Homebrew that was using 8.4.2 when we upgraded to 8.4.3 and nothing broke so I wouldn't anticipate a problem. |
|
see #3372, just one library missing :) |
This PR addresses #3284 with a stop-gap measure, explicitly expressing the upper bound on
basethat PureScript currently has.When PureScript officially supports 8.4.1, this can be dropped.