Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Merten
purescript-gargantext
Commits
dc1882a9
Verified
Commit
dc1882a9
authored
Jul 15, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[spago] upgrade to 0.93.37, fix var/ws deps
parent
6c405563
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
flake.lock
flake.lock
+3
-3
flake.nix
flake.nix
+1
-1
spago.lock
spago.lock
+5
-3
spago.yaml
spago.yaml
+4
-1
No files found.
flake.lock
View file @
dc1882a9
...
...
@@ -58,11 +58,11 @@
"slimlock": "slimlock"
},
"locked": {
"lastModified": 1720
275627
,
"narHash": "sha256-
W7P91hLwjalOBYvyvXL1jN0dQHO7KL5Yy2uEpJnWuY
U=",
"lastModified": 1720
786645
,
"narHash": "sha256-
eiuWqQ9xTA2E76XDg13TQBecnLV1g+ahdauC0FYSD7
U=",
"owner": "thomashoneyman",
"repo": "purescript-overlay",
"rev": "
82220a8460f701fa2e776e915806e892b124f647
",
"rev": "
c46925ec09fdf54b5bb4ba38b40e19918d3be7be
",
"type": "github"
},
"original": {
...
...
flake.nix
View file @
dc1882a9
...
...
@@ -21,7 +21,7 @@
dependencies
=
with
pkgs
;
[
purs-bin
.
purs-0_15_16-1
# from the purescript-overlay
spago-bin
.
spago-0_93_3
6
spago-bin
.
spago-0_93_3
7
#purescript
#spago-unstable
nodejs
...
...
spago.lock
View file @
dc1882a9
...
...
@@ -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
...
...
spago.yaml
View file @
dc1882a9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment