-
Notifications
You must be signed in to change notification settings - Fork 570
Build with GHC-LTS (Currently 8.8.4) #3990
Copy link
Copy link
Closed
Labels
Description
Purescript should be able to be built from source using the GHC 8.8.4, which offers long term support.
This would make compiling from source a breeze when using package managers such as nix and xbps, which use the LTS version of GHC only. I'm trying to add this to void-linux/void-packages but they don't accept prebuilt binaries like they've done in nix. I'm also trying to do the same for spago.
Upon snooping, I've been able to summarize the following list in order to complete. Is there anything else missing?
- Release purescript-0.14.x - Update to GHC 8.8.4 #3943 (comment)
- Remove
hpackby merging Drop hpack, make it easier to use cabal-install #3933 - Update to GHC 8.8.4 #3943 (comment) - Update to 8.8.4 by merging Update to GHC 8.8.4 #3943
Reactions are currently unavailable