Skip to content
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

Update flake and lockfile, add spago and purs-backend-es to shell #1104

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
};
in {
devShells.default = pkgs.mkShell {
name = "spago";
buildInputs = with pkgs; [
purs-bin.purs-0_15_10
# TODO: we need to get purescript-overlay to track the latest versions
# spago-unstable
purs-tidy-bin.purs-tidy-0_10_0
purs
Copy link
Member Author

@thomashoneyman thomashoneyman Oct 23, 2023

Choose a reason for hiding this comment

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

This will provide the latest stable. Right now that's 0.15.12.

purs-tidy
purs-backend-es
spago-unstable

nodejs
esbuild
gh
Expand Down
5 changes: 3 additions & 2 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ workspace:
- tuples
git: https://github.com/natefaubion/purescript-node-glob-basic.git
ref: v1.2.2
ordered-collections: 3.1.1
registry-foreign:
git: https://github.com/purescript/registry-dev.git
ref: 6a803c37577af368caa221a2a06d6be2079d32da
Expand Down Expand Up @@ -1575,8 +1576,8 @@ packages:
- tuples
ordered-collections:
type: registry
version: 3.0.0
integrity: sha256-R9WddNBRPkY37gw8XkDCLX2vJ5eI9qdaWDdCp61r2+M=
version: 3.1.1
integrity: sha256-boSYHmlz4aSbwsNN4VxiwCStc0t+y1F7BXmBS+1JNtI=
dependencies:
- arrays
- foldable-traversable
Expand Down