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
Grégoire Locqueville
purescript-gargantext
Commits
771b75f7
Verified
Commit
771b75f7
authored
Jan 13, 2023
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ps 0.15.7] upgrade, with new package-sets as well
parent
06a7913d
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
906 additions
and
2832 deletions
+906
-2832
easy-ps.nix
nix/easy-ps.nix
+2
-2
pinned.nix
nix/pinned.nix
+1
-2
package.json
package.json
+3
-3
packages.dhall
packages.dhall
+3
-2
shell.nix
shell.nix
+1
-1
yarn.lock
yarn.lock
+896
-2822
No files found.
nix/easy-ps.nix
View file @
771b75f7
...
@@ -5,8 +5,8 @@ import
...
@@ -5,8 +5,8 @@ import
pkgs
.
fetchFromGitHub
{
pkgs
.
fetchFromGitHub
{
owner
=
"justinwoo"
;
owner
=
"justinwoo"
;
repo
=
"easy-purescript-nix"
;
repo
=
"easy-purescript-nix"
;
rev
=
"
ee51a6d459b8fecfcb10f24ca9728e649c6a9e00
"
;
rev
=
"
master
"
;
sha256
=
"
dVC+xvdUksFFN0LZYXtKVZPUcVGMAWURGuZ5r1g1k/
A="
;
sha256
=
"
tESal32bcqqdZO+aKnBzc1GoL2mtnaDtj2y7ociCRG
A="
;
}
}
)
{
)
{
inherit
pkgs
;
inherit
pkgs
;
...
...
nix/pinned.nix
View file @
771b75f7
import
(
import
(
builtins
.
fetchTarball
{
builtins
.
fetchTarball
{
url
=
"https://github.com/NixOS/nixpkgs/archive/22.05.tar.gz"
;
url
=
"https://github.com/NixOS/nixpkgs/archive/22.11.tar.gz"
;
sha256
=
"0d643wp3l77hv2pmg2fi7vyxn4rwy0iyr8djcw1h5x72315ck9ik"
;
}
}
)
)
package.json
View file @
771b75f7
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
"
base-x
"
:
"
^3.0.2
"
,
"
base-x
"
:
"
^3.0.2
"
,
"
bootstrap
"
:
"
^4.6.0
"
,
"
bootstrap
"
:
"
^4.6.0
"
,
"
bootstrap-dark
"
:
"
^1.0.3
"
,
"
bootstrap-dark
"
:
"
^1.0.3
"
,
"
buffer
"
:
"
^6.0.3
"
,
"
create-react-class
"
:
"
^15.6.3
"
,
"
create-react-class
"
:
"
^15.6.3
"
,
"
crypto
"
:
"
^1.0.1
"
,
"
crypto
"
:
"
^1.0.1
"
,
"
d3
"
:
"
^7.6.1
"
,
"
d3
"
:
"
^7.6.1
"
,
...
@@ -54,10 +55,9 @@
...
@@ -54,10 +55,9 @@
"
markdown-it
"
:
"
^13.0.1
"
,
"
markdown-it
"
:
"
^13.0.1
"
,
"
prop-types
"
:
"
^15.6.2
"
,
"
prop-types
"
:
"
^15.6.2
"
,
"
pullstate
"
:
"
^1.20.6
"
,
"
pullstate
"
:
"
^1.20.6
"
,
"
react
"
:
"
^17.0.2
"
,
"
react-awesome-popover
"
:
"
^6.1.1
"
,
"
react-awesome-popover
"
:
"
^6.1.1
"
,
"
react-bootstrap
"
:
"
^1.5.2
"
,
"
react-bootstrap
"
:
"
^1.5.2
"
,
"
react-dom
"
:
"
^1
7.0.2
"
,
"
react-dom
"
:
"
^1
8.2.0
"
,
"
react-tooltip
"
:
"
^4.2.8
"
,
"
react-tooltip
"
:
"
^4.2.8
"
,
"
secp256k1
"
:
"
^4.0.2
"
,
"
secp256k1
"
:
"
^4.0.2
"
,
"
sigma
"
:
"
^2.4.0
"
,
"
sigma
"
:
"
^2.4.0
"
,
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
"
@babel/preset-env
"
:
"
^7.15.6
"
,
"
@babel/preset-env
"
:
"
^7.15.6
"
,
"
@babel/preset-react
"
:
"
^7.12.7
"
,
"
@babel/preset-react
"
:
"
^7.12.7
"
,
"
@getgauge/cli
"
:
"
^1.4.0
"
,
"
@getgauge/cli
"
:
"
^1.4.0
"
,
"
parcel
"
:
"
^2.
0.0-rc.0
"
,
"
parcel
"
:
"
^2.
8.2
"
,
"
react-testing-library
"
:
"
^8.0.1
"
,
"
react-testing-library
"
:
"
^8.0.1
"
,
"
sass
"
:
"
^1.35.2
"
,
"
sass
"
:
"
^1.35.2
"
,
"
serve
"
:
"
^12.0.0
"
,
"
serve
"
:
"
^12.0.0
"
,
...
...
packages.dhall
View file @
771b75f7
let upstream =
let upstream =
https://github.com/garganscript/package-sets/releases/download/v0.1.7/release.dhall sha256:52886309e1f0158a85427f80c1e3d47ce747c5f14fcec671a81fe5c2c711a6db
https://github.com/garganscript/package-sets/releases/download/v0.1.8/release.dhall
sha256:3453eafc7b11376457dd1b6a2e69fb808701467e0e1733d8210ff1a6b836769f
let overrides =
let overrides =
{ graphql-client =
{ graphql-client =
...
@@ -192,4 +193,4 @@ let additions =
...
@@ -192,4 +193,4 @@ let additions =
}
}
}
}
in upstream
⫽ overrides ⫽
additions
in upstream
// overrides //
additions
shell.nix
View file @
771b75f7
...
@@ -108,7 +108,7 @@ let
...
@@ -108,7 +108,7 @@ let
in
in
pkgs
.
mkShell
{
pkgs
.
mkShell
{
buildInputs
=
[
buildInputs
=
[
easy-ps
.
purs-0_15_
4
easy-ps
.
purs-0_15_
7
easy-ps
.
psc-package
easy-ps
.
psc-package
easy-ps
.
dhall-json-simple
easy-ps
.
dhall-json-simple
easy-ps
.
zephyr
easy-ps
.
zephyr
...
...
yarn.lock
View file @
771b75f7
This diff is collapsed.
Click to expand it.
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