Skip to content

Commit

Permalink
Merge pull request #30 from felixwiemuth/update-stack-lts
Browse files Browse the repository at this point in the history
Update stack LTS
  • Loading branch information
aslanix authored Apr 9, 2024
2 parents e60c6a8 + 8bd2adc commit 876fd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fpco/stack-build:lts-20.14
FROM fpco/stack-build:lts-21.25
ENV TROUPE /Troupe
ENV STACK_OPTS --system-ghc
WORKDIR $TROUPE
Expand Down
2 changes: 1 addition & 1 deletion compiler/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-20.14
resolver: lts-21.25

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

0 comments on commit 876fd8f

Please sign in to comment.