Skip to content

Commit

Permalink
Update flake and lockfile, add spago and purs-backend-es to shell (#1104
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thomashoneyman authored Oct 23, 2023
1 parent 88e6350 commit 5e56348
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
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
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

0 comments on commit 5e56348

Please sign in to comment.