-
Notifications
You must be signed in to change notification settings - Fork 50
Update trypurescript deps to match purescript repo versions #223
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
JordanMartinez
merged 6 commits into
purescript:master
from
JordanMartinez:updateDepsTov0.14.1
May 29, 2021
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5bf614d
Update trypurescript server PS dep to v0.14.1
JordanMartinez 6579055
Update to lts-17.6 and remove unneeded deps
JordanMartinez 51de215
Update versioned deps in trypurescript.cabal to match purescript.cabal
JordanMartinez 53b6018
Pin scotty and warp to lts-17.6 versions
JordanMartinez d7d4393
Set all dependencies to `-any` and clarify why
JordanMartinez 1a7cf3c
Fix typo
JordanMartinez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,14 @@ | ||
resolver: lts-13.26 | ||
resolver: lts-17.6 | ||
flags: | ||
aeson-pretty: | ||
lib-only: true | ||
these: | ||
assoc: false | ||
quickcheck: false | ||
packages: | ||
- '.' | ||
extra-deps: | ||
# purescript 0.14.0-rc5 | ||
- github: purescript/purescript | ||
commit: 7ecc42669c69682996f2196ba2eef6c4ca827348 | ||
subdirs: | ||
- . | ||
- lib/purescript-ast | ||
- lib/purescript-cst | ||
- happy-1.19.9 | ||
- purescript-0.14.1 | ||
- purescript-ast-0.1.1.0 | ||
- purescript-cst-0.1.1.0 | ||
- happy-1.20.0 | ||
- language-javascript-0.7.0.0 | ||
- network-3.0.1.1 | ||
- these-1.0.1 | ||
- semialign-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to keep this in? It lets us avoid depending on
quickcheck
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like it's an invalid flag. If I run
stack build
with that included, I get this error:Note: PureScript's
stack.yaml
file doesn't have that flag either.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right ok sorry, I didn’t realise it had been removed.