Commit 090dc091 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[CI] bump purescript to 0.14.5, fix CI

parent 2388d9cb
...@@ -21,11 +21,8 @@ deps: ...@@ -21,11 +21,8 @@ deps:
paths: paths:
- node_modules/ - node_modules/
script: 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 git
- nix-env -i nodejs - nix-shell shell.nix --run 'yarn --skip-builds'
- nix-env -i yarn
- yarn --skip-builds
test: test:
cache: cache:
...@@ -34,11 +31,8 @@ test: ...@@ -34,11 +31,8 @@ test:
paths: paths:
- node_modules/ - node_modules/
script: script:
# find 0.14.2 purescript version here: # find 0.14.5 purescript version here:
# https://lazamar.co.uk/nix-versions/ # 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 git
- nix-env -i nodejs - nix-shell shell.nix --run 'yarn --skip-builds'
- nix-env -i yarn
- yarn --skip-builds
- nix-shell shell.nix --run test-ps - nix-shell shell.nix --run test-ps
...@@ -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 = "d0f592b71b2be222f8dcfb4f4cefb52608bbc1ae"; rev = "678070816270726e2f428da873fe3f2736201f42";
sha256 = "0bq26y836bd1y8657f182wnsl4cdr1xxbykxdgz7xm9shpii48r5"; sha256 = "JEabdJ+3cZEYDVnzgMH/YFsaGtIBiCFcgvVO9XRgiY4=";
} }
) { ) {
inherit pkgs; inherit pkgs;
......
let upstream = 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 = let overrides =
{ globals = { globals =
......
...@@ -102,7 +102,7 @@ let ...@@ -102,7 +102,7 @@ let
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
easy-ps.purs-0_14_4 easy-ps.purs-0_14_5
easy-ps.psc-package easy-ps.psc-package
easy-ps.dhall-json-simple easy-ps.dhall-json-simple
easy-ps.zephyr easy-ps.zephyr
......
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