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
143
Issues
143
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
gargantext
purescript-gargantext
Commits
d9c5db4b
Verified
Commit
d9c5db4b
authored
Nov 18, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] some work on updating flake/spago
parent
ddc31dc4
Pipeline
#6987
failed with stages
in 6 minutes and 2 seconds
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
2493 deletions
+58
-2493
flake.lock
flake.lock
+6
-6
flake.nix
flake.nix
+2
-1
spago.lock
spago.lock
+0
-2437
spago.yaml
spago.yaml
+50
-49
No files found.
flake.lock
View file @
d9c5db4b
...
...
@@ -21,11 +21,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 17
26560853
,
"narHash": "sha256-
X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ
=",
"lastModified": 17
31533236
,
"narHash": "sha256-
l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI
=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "
c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a
",
"rev": "
11707dc2f618dd54ca8739b309ec4fc024de578b
",
"type": "github"
},
"original": {
...
...
@@ -59,11 +59,11 @@
"slimlock": "slimlock"
},
"locked": {
"lastModified": 17
27269424
,
"narHash": "sha256-
uoVjAkKbuJSA7++kyBjxLozICDdukZ+Mjj5Z/K5qMak
=",
"lastModified": 17
30550241
,
"narHash": "sha256-
k2UmoEqoRGoZR3c41m8EWFp1PfF8czNygSaY2ZobmTY
=",
"owner": "thomashoneyman",
"repo": "purescript-overlay",
"rev": "
5a28abe663758634b1e5ca7053e08af62fd3be80
",
"rev": "
ac28f7787a8ab538aed13cb692133bed61c2e6d8
",
"type": "github"
},
"original": {
...
...
flake.nix
View file @
d9c5db4b
...
...
@@ -21,12 +21,13 @@
dependencies
=
with
pkgs
;
[
purs-bin
.
purs-0_15_16-1
# from the purescript-overlay
spago-bin
.
spago-0_93_
37
spago-bin
.
spago-0_93_
41
#purescript
#spago-unstable
esbuild
nodejs
nodePackages
.
npm
bun
];
serve
=
pkgs
.
writeShellScriptBin
"serve"
''
...
...
spago.lock
deleted
100644 → 0
View file @
ddc31dc4
This diff is collapsed.
Click to expand it.
spago.yaml
View file @
d9c5db4b
workspace
:
packageSet
:
registry
:
53.2.0
extraPackages
:
# garganscript packages
d3
:
git
:
https://github.com/garganscript/purescript-d3.git
ref
:
v0.11.0
debouncing
:
0.1.2
reactix
:
0.6.1
string-search
:
git
:
https://gitlab.iscpif.fr/gargantext/purescript-string-search.git
ref
:
spago-next
# custom forks
data-default
:
git
:
https://github.com/garganscript/purescript-data-default.git
ref
:
v0.4.0
graphql-client
:
git
:
https://github.com/garganscript/purescript-graphql-client.git
ref
:
spago-next-9.3.2
markdown-it
:
git
:
https://github.com/garganscript/purescript-markdown-it.git
ref
:
spago-next
sequences
:
git
:
https://github.com/garganscript/purescript-sequences.git
ref
:
v3.0.2-spago-next
simple-json-generics
:
0.2.1
tuples-native
:
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/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
# other external packages
url-validator
:
git
:
https://github.com/bbarker/purescript-url-validator
ref
:
master
# for tests
spec-discovery
:
git
:
https://github.com/purescript-spec/purescript-spec-discovery.git
ref
:
b0ed1c443b4d194122d437d31666fedf95fa00f7
package
:
name
:
gargantext
dependencies
:
...
...
@@ -164,3 +115,53 @@ package:
-
spec
-
spec-discovery
-
spec-quickcheck
workspace
:
packageSet
:
registry
:
59.0.0
extraPackages
:
# garganscript packages
d3
:
git
:
https://github.com/garganscript/purescript-d3.git
ref
:
v0.11.0
debouncing
:
0.1.2
reactix
:
0.6.1
string-search
:
git
:
https://gitlab.iscpif.fr/gargantext/purescript-string-search.git
ref
:
spago-next
# custom forks
data-default
:
git
:
https://github.com/garganscript/purescript-data-default.git
ref
:
v0.4.0
graphql-client
:
git
:
https://github.com/garganscript/purescript-graphql-client.git
ref
:
spago-next-9.3.2
markdown-it
:
git
:
https://github.com/garganscript/purescript-markdown-it.git
ref
:
spago-next
sequences
:
git
:
https://github.com/garganscript/purescript-sequences.git
ref
:
v3.0.2-spago-next
simple-json-generics
:
0.2.1
tuples-native
:
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/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
# other external packages
url-validator
:
git
:
https://github.com/bbarker/purescript-url-validator
ref
:
master
# for tests
spec-discovery
:
git
:
https://github.com/purescript-spec/purescript-spec-discovery.git
ref
:
b0ed1c443b4d194122d437d31666fedf95fa00f7
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