Skip to content

Commit f181083

Browse files
committed
Update to spago 0.93.44
1 parent e7269e6 commit f181083

10 files changed

Lines changed: 3544 additions & 1867 deletions

File tree

app/spago.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ package:
7575
test:
7676
main: Test.Registry.Main
7777
dependencies:
78+
- registry-test-utils
7879
- spec

flake.lock

Lines changed: 73 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@
265265
set -euo pipefail
266266
WORKDIR=$(mktemp -d)
267267
cp spago.yaml spago.lock $WORKDIR
268-
cp -a app foreign lib scripts types $WORKDIR
268+
cp -a app foreign lib scripts test-utils types $WORKDIR
269269
ln -s ${pkgs.registry.package-lock}/js/node_modules $WORKDIR/node_modules
270270
271271
pushd $WORKDIR
272272
export HEALTHCHECKS_URL=${defaultEnv.HEALTHCHECKS_URL}
273-
${pkgs.spago-bin.spago-0_93_19}/bin/spago test
273+
${pkgs.spago-bin.spago-0_93_44}/bin/spago test
274274
275275
popd
276276
'';
@@ -853,7 +853,7 @@
853853

854854
# Development tooling
855855
purs
856-
spago-bin.spago-0_93_19 # until new lockfile format supported by overlay
856+
spago-bin.spago-0_93_44
857857
purs-tidy-unstable
858858
purs-backend-es-unstable
859859
];

foreign/spago.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ package:
4747
- node-execa
4848
- node-fs
4949
- node-process
50+
- registry-test-utils
5051
- spec

lib/spago.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ package:
5151
- json
5252
- node-child-process
5353
- node-execa
54+
- registry-test-utils
5455
- spec
55-
- unsafe-coerce

0 commit comments

Comments
 (0)