File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22jobs :
33 build :
44 docker :
5- - image : fpco/stack-build:lts-16.16
5+ - image : fpco/stack-build:lts-18.23
66 steps :
77 - checkout
88 - restore_cache :
Original file line number Diff line number Diff line change 1- { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2 .tar.gz" ) { } , compiler ? "ghc8107" } :
1+ { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca .tar.gz" ) { } , compiler ? "ghc8107" } :
22pkgs . pkgs . haskell . packages . ${ compiler } . callPackage ./haskellings.nix { }
Original file line number Diff line number Diff line change 1- { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2 .tar.gz" ) { } , compiler ? "ghc8107" } :
1+ { pkgs ? import ( fetchTarball "https://github.com/NixOS/nixpkgs/archive/6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca .tar.gz" ) { } , compiler ? "ghc8107" } :
22
33pkgs . mkShell {
44 buildInputs = with pkgs ; [
Original file line number Diff line number Diff line change 1717#
1818# resolver: ./custom-snapshot.yaml
1919# resolver: https://example.com/snapshots/2018-01-01.yaml
20- resolver : lts-18.21
20+ resolver : lts-18.23
2121
2222# User packages to be built.
2323# Various formats can be used as shown in the example below.
Original file line number Diff line number Diff line change 66packages: []
77snapshots:
88- completed:
9- size: 585817
10- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/4 .yaml
11- sha256: ea3a318eafa9e9cc56bfbe46099fd0d54d32641ab7bbe1d182ed8f5de39f804c
12- original: lts-18.4
9+ size: 587819
10+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/23 .yaml
11+ sha256: 7f69bb29a57495586e7e3ed31ecc59c0d2c959cb23bd52b71ca676f254c9beb1
12+ original: lts-18.23
You can’t perform that action at this time.
0 commit comments