Skip to content

Commit e91efeb

Browse files
committed
Bumping LTS 11 to 11.20; config for LTS 12 (12.5)
1 parent 93a556a commit e91efeb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

stack-lts-11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For advanced use and comprehensive documentation of the format, please see:
22
# https://docs.haskellstack.org/en/stable/yaml_configuration/
3-
resolver: lts-11.5
3+
resolver: lts-11.20
44

55
packages:
66
- .

stack-lts-12.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# For advanced use and comprehensive documentation of the format, please see:
2+
# https://docs.haskellstack.org/en/stable/yaml_configuration/
3+
resolver: lts-12.5
4+
5+
packages:
6+
- .
7+
8+
flags:
9+
lock-file:
10+
pedantic: true

0 commit comments

Comments
 (0)