[spago] upgrade to 0.93.37, fix var/ws deps

parent 6c405563
Pipeline #6380 passed with stages
in 20 minutes and 33 seconds
......@@ -58,11 +58,11 @@
"slimlock": "slimlock"
},
"locked": {
"lastModified": 1720275627,
"narHash": "sha256-W7P91hLwjalOBYvyvXL1jN0dQHO7KL5Yy2uEpJnWuYU=",
"lastModified": 1720786645,
"narHash": "sha256-eiuWqQ9xTA2E76XDg13TQBecnLV1g+ahdauC0FYSD7U=",
"owner": "thomashoneyman",
"repo": "purescript-overlay",
"rev": "82220a8460f701fa2e776e915806e892b124f647",
"rev": "c46925ec09fdf54b5bb4ba38b40e19918d3be7be",
"type": "github"
},
"original": {
......
......@@ -21,7 +21,7 @@
dependencies = with pkgs; [
purs-bin.purs-0_15_16-1 # from the purescript-overlay
spago-bin.spago-0_93_36
spago-bin.spago-0_93_37
#purescript
#spago-unstable
nodejs
......
......@@ -769,7 +769,8 @@ workspace:
git: https://github.com/garganscript/purescript-tuples-native.git
ref: v2.3.0-spago-next
var:
path: /data/git-work/github/PURESCRIPT/purescript-var
git: https://github.com/garganscript/purescript-var
ref: v3.0.1-spago-next
websocket-simple:
git: https://github.com/garganscript/purescript-websocket-simple
ref: v3.0.2-spago-next
......@@ -2318,8 +2319,9 @@ packages:
- newtype
- prelude
var:
type: local
path: /data/git-work/github/PURESCRIPT/purescript-var
type: git
url: https://github.com/garganscript/purescript-var
rev: b1f20a9a80ba2e7cedeb64a20e4c1cf566ab6b7b
dependencies:
- contravariant
- effect
......
......@@ -30,7 +30,8 @@ workspace:
git: https://github.com/garganscript/purescript-tuples-native.git
ref: v2.3.0-spago-next
var:
git: https://github.com/zudov/purescript-var
# git: https://github.com/zudov/purescript-var
git: https://github.com/garganscript/purescript-var
ref: v3.0.1-spago-next
websocket-simple:
git: https://github.com/garganscript/purescript-websocket-simple
......@@ -126,12 +127,14 @@ package:
- uri: ">=9.0.0 <10.0.0"
- uuid: ">=9.0.0 <10.0.0"
- validation: ">=6.0.0 <7.0.0"
- var
- web-file: ">=4.0.0 <5.0.0"
- web-html: ">=4.1.0 <5.0.0"
- web-socket
- web-storage: ">=5.0.0 <6.0.0"
- web-url: ">=2.0.0 <3.0.0"
- web-xhr: ">=5.0.1 <6.0.0"
- websocket-simple
build:
# Be strict about missing packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment