Skip to content

Commit 03d6aac

Browse files
committed
Update stack lts
1 parent c603b56 commit 03d6aac

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

haskell-reader/stack.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver:
21-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
20+
resolver: lts-18.0
2221

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

haskell-reader/stack.yaml.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ snapshots:
99
size: 585393
1010
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
1111
sha256: c632012da648385b9fa3c29f4e0afd56ead299f1c5528ee789058be410e883c0
12-
original:
13-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
12+
original: lts-18.0

haskell-stm/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.10
20+
resolver: lts-18.0
2121

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

haskell-stm/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: 532383
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/10.yaml
11-
sha256: 469d781ab6d2a4eceed6b31b6e4ec842dcd3cd1d11577972e86902603dce24df
12-
original: lts-16.10
9+
size: 585393
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/0.yaml
11+
sha256: c632012da648385b9fa3c29f4e0afd56ead299f1c5528ee789058be410e883c0
12+
original: lts-18.0

0 commit comments

Comments
 (0)