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

parent 6c405563
...@@ -58,11 +58,11 @@ ...@@ -58,11 +58,11 @@
"slimlock": "slimlock" "slimlock": "slimlock"
}, },
"locked": { "locked": {
"lastModified": 1720275627, "lastModified": 1720786645,
"narHash": "sha256-W7P91hLwjalOBYvyvXL1jN0dQHO7KL5Yy2uEpJnWuYU=", "narHash": "sha256-eiuWqQ9xTA2E76XDg13TQBecnLV1g+ahdauC0FYSD7U=",
"owner": "thomashoneyman", "owner": "thomashoneyman",
"repo": "purescript-overlay", "repo": "purescript-overlay",
"rev": "82220a8460f701fa2e776e915806e892b124f647", "rev": "c46925ec09fdf54b5bb4ba38b40e19918d3be7be",
"type": "github" "type": "github"
}, },
"original": { "original": {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
dependencies = with pkgs; [ dependencies = with pkgs; [
purs-bin.purs-0_15_16-1 # from the purescript-overlay purs-bin.purs-0_15_16-1 # from the purescript-overlay
spago-bin.spago-0_93_36 spago-bin.spago-0_93_37
#purescript #purescript
#spago-unstable #spago-unstable
nodejs nodejs
......
...@@ -769,7 +769,8 @@ workspace: ...@@ -769,7 +769,8 @@ workspace:
git: https://github.com/garganscript/purescript-tuples-native.git git: https://github.com/garganscript/purescript-tuples-native.git
ref: v2.3.0-spago-next ref: v2.3.0-spago-next
var: var:
path: /data/git-work/github/PURESCRIPT/purescript-var git: https://github.com/garganscript/purescript-var
ref: v3.0.1-spago-next
websocket-simple: websocket-simple:
git: https://github.com/garganscript/purescript-websocket-simple git: https://github.com/garganscript/purescript-websocket-simple
ref: v3.0.2-spago-next ref: v3.0.2-spago-next
...@@ -2318,8 +2319,9 @@ packages: ...@@ -2318,8 +2319,9 @@ packages:
- newtype - newtype
- prelude - prelude
var: var:
type: local type: git
path: /data/git-work/github/PURESCRIPT/purescript-var url: https://github.com/garganscript/purescript-var
rev: b1f20a9a80ba2e7cedeb64a20e4c1cf566ab6b7b
dependencies: dependencies:
- contravariant - contravariant
- effect - effect
......
...@@ -30,7 +30,8 @@ workspace: ...@@ -30,7 +30,8 @@ workspace:
git: https://github.com/garganscript/purescript-tuples-native.git git: https://github.com/garganscript/purescript-tuples-native.git
ref: v2.3.0-spago-next ref: v2.3.0-spago-next
var: 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 ref: v3.0.1-spago-next
websocket-simple: websocket-simple:
git: https://github.com/garganscript/purescript-websocket-simple git: https://github.com/garganscript/purescript-websocket-simple
...@@ -126,12 +127,14 @@ package: ...@@ -126,12 +127,14 @@ package:
- uri: ">=9.0.0 <10.0.0" - uri: ">=9.0.0 <10.0.0"
- uuid: ">=9.0.0 <10.0.0" - uuid: ">=9.0.0 <10.0.0"
- validation: ">=6.0.0 <7.0.0" - validation: ">=6.0.0 <7.0.0"
- var
- web-file: ">=4.0.0 <5.0.0" - web-file: ">=4.0.0 <5.0.0"
- web-html: ">=4.1.0 <5.0.0" - web-html: ">=4.1.0 <5.0.0"
- web-socket - web-socket
- web-storage: ">=5.0.0 <6.0.0" - web-storage: ">=5.0.0 <6.0.0"
- web-url: ">=2.0.0 <3.0.0" - web-url: ">=2.0.0 <3.0.0"
- web-xhr: ">=5.0.1 <6.0.0" - web-xhr: ">=5.0.1 <6.0.0"
- websocket-simple
build: build:
# Be strict about missing packages # 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