Skip to content

Commit 5038fa0

Browse files
committed
Updated the stack resolver version to lts-14.27
1 parent 2299e33 commit 5038fa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: fpco/stack-build:lts-12.9
6+
- image: fpco/stack-build:lts-14.27
77
steps:
88
- checkout
99

@@ -30,7 +30,7 @@ jobs:
3030

3131
test:
3232
docker:
33-
- image: fpco/stack-build:lts-12.9
33+
- image: fpco/stack-build:lts-14.27
3434
steps:
3535
- checkout
3636
- restore_cache:

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flags: {}
22
packages:
33
- .
44
extra-deps: []
5-
resolver: lts-13.20
5+
resolver: lts-14.27

0 commit comments

Comments
 (0)