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
090dc091
Commit
090dc091
authored
Jan 11, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] bump purescript to 0.14.5, fix CI
parent
2388d9cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
13 deletions
+7
-13
.gitlab-ci.yml
.gitlab-ci.yml
+3
-9
easy-ps.nix
nix/easy-ps.nix
+2
-2
packages.dhall
packages.dhall
+1
-1
shell.nix
shell.nix
+1
-1
No files found.
.gitlab-ci.yml
View file @
090dc091
...
...
@@ -21,11 +21,8 @@ deps:
paths
:
-
node_modules/
script
:
-
nix-env -i purescript-0.14.4 -f https://github.com/NixOS/nixpkgs/archive/bed08131cd29a85f19716d9351940bdc34834492.tar.gz
-
nix-env -i git
-
nix-env -i nodejs
-
nix-env -i yarn
-
yarn --skip-builds
-
nix-shell shell.nix --run 'yarn --skip-builds'
test
:
cache
:
...
...
@@ -34,11 +31,8 @@ test:
paths
:
-
node_modules/
script
:
# find 0.14.
2
purescript version here:
# find 0.14.
5
purescript version here:
# https://lazamar.co.uk/nix-versions/
-
nix-env -i purescript-0.14.4 -f https://github.com/NixOS/nixpkgs/archive/bed08131cd29a85f19716d9351940bdc34834492.tar.gz
-
nix-env -i git
-
nix-env -i nodejs
-
nix-env -i yarn
-
yarn --skip-builds
-
nix-shell shell.nix --run 'yarn --skip-builds'
-
nix-shell shell.nix --run test-ps
nix/easy-ps.nix
View file @
090dc091
...
...
@@ -5,8 +5,8 @@ import
pkgs
.
fetchFromGitHub
{
owner
=
"justinwoo"
;
repo
=
"easy-purescript-nix"
;
rev
=
"
d0f592b71b2be222f8dcfb4f4cefb52608bbc1ae
"
;
sha256
=
"
0bq26y836bd1y8657f182wnsl4cdr1xxbykxdgz7xm9shpii48r5
"
;
rev
=
"
678070816270726e2f428da873fe3f2736201f42
"
;
sha256
=
"
JEabdJ+3cZEYDVnzgMH/YFsaGtIBiCFcgvVO9XRgiY4=
"
;
}
)
{
inherit
pkgs
;
...
...
packages.dhall
View file @
090dc091
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.
4-20211030/packages.dhall sha256:5cd7c5696feea3d3f84505d311348b9e90a76c4ce3684930a0ff29606d2d816c
https://github.com/purescript/package-sets/releases/download/psc-0.14.
5-20220110/packages.dhall sha256:8dbf71bfc6c7a11043619eebe90ff85f7d884541048aa8cc48eef1ee781cbc0e
let overrides =
{ globals =
...
...
shell.nix
View file @
090dc091
...
...
@@ -102,7 +102,7 @@ let
in
pkgs
.
mkShell
{
buildInputs
=
[
easy-ps
.
purs-0_14_
4
easy-ps
.
purs-0_14_
5
easy-ps
.
psc-package
easy-ps
.
dhall-json-simple
easy-ps
.
zephyr
...
...
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