Skip to content

Update package set for PureScript 0.14 #213

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

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Update package set for PureScript 0.14 #213

merged 2 commits into from
Mar 27, 2021

Conversation

thomashoneyman
Copy link
Member

Supersedes #205 by updating to a 0.14 package set. This package set should be a decrease in memory load because it's smaller than the later 0.13.x package sets (like the one currently running on Try PureScript). It's also necessary to update the package set to 0.14 before deploying a new version of Try PureScript using the 0.14 compiler.

@@ -2,6 +2,7 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternGuards #-}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails otherwise.

@JordanMartinez
Copy link
Contributor

JordanMartinez commented Mar 27, 2021 via email

@thomashoneyman
Copy link
Member Author

We could blocklist libraries we don’t want to include, certainly. But if we can afford to keep libraries I think we should, even if it’s just so folks can share example code (even if it doesn’t run, it at least compiles).

@thomashoneyman thomashoneyman merged commit 527c3de into master Mar 27, 2021
@thomashoneyman thomashoneyman deleted the 0.14-set branch March 27, 2021 18:08
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

Successfully merging this pull request may close these issues.

3 participants