Skip to content

Commit 29a6b1e

Browse files
build: bump to LTS 18.16
Update the `stack.yaml` files and nix package descriptions. I reran the code generator for the example and regenerated golden tests. Everything stayed stable.
1 parent edc021b commit 29a6b1e

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

example/stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-16.12
20+
resolver: lts-18.16
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

example/stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 532377
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/12.yaml
11-
sha256: f914cfa23fef85bdf895e300a8234d9d0edc2dbec67f4bc9c53f85867c50eab6
12-
original: lts-16.12
9+
size: 586286
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/16.yaml
11+
sha256: cdead65fca0323144b346c94286186f4969bf85594d649c49c7557295675d8a5
12+
original: lts-18.16

nix/sources.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"nixpkgs": {
39-
"branch": "nixos-20.09",
39+
"branch": "nixos-21.11",
4040
"description": "Nix Packages collection",
4141
"homepage": "",
4242
"owner": "NixOS",
4343
"repo": "nixpkgs",
44-
"rev": "c85e2a478c26cfd77d1445169e51475afe9cc7cd",
45-
"sha256": "049vq5xgaq78pzsygmlzfjqbv7qax0npxqvnsdyjdlaqyx4k03x5",
44+
"rev": "e34c5379866833f41e2a36f309912fa675d687c7",
45+
"sha256": "15shzr1wmc5770kblvlfwq5dsdlmvkpc3rhkn40nyi00fidqq96v",
4646
"type": "tarball",
47-
"url": "https://github.com/NixOS/nixpkgs/archive/c85e2a478c26cfd77d1445169e51475afe9cc7cd.tar.gz",
47+
"url": "https://github.com/NixOS/nixpkgs/archive/e34c5379866833f41e2a36f309912fa675d687c7.tar.gz",
4848
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
4949
},
5050
"pre-commit-hooks": {

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-16.12
1+
resolver: lts-18.16
22
packages:
33
- openapi3-code-generator
44
nix:

stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ packages:
5858
url: https://github.com/NorfairKing/safe-coloured-text/archive/bd8700a555e977004e2dec24e12494a5a01ca500.tar.gz
5959
snapshots:
6060
- completed:
61-
size: 532377
62-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/12.yaml
63-
sha256: f914cfa23fef85bdf895e300a8234d9d0edc2dbec67f4bc9c53f85867c50eab6
64-
original: lts-16.12
61+
size: 586286
62+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/16.yaml
63+
sha256: cdead65fca0323144b346c94286186f4969bf85594d649c49c7557295675d8a5
64+
original: lts-18.16

0 commit comments

Comments
 (0)