Skip to content

Commit

Permalink
Update to Haskell Stack LTS 22.5. Match GHC version with Stack version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Jan 11, 2024
1 parent d6ff7a0 commit fa0550b
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,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM haskell:9.4.8-buster AS build
FROM haskell:9.6.3-buster AS build
RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan
WORKDIR /src/hlint-scan
RUN stack install hlint hlint-scan:exe:hlint-scan && \
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# https://docs.haskellstack.org/en/stable/yaml_configuration/

# Resolver to choose a 'specific' stackage snapshot or a compiler version.
resolver: lts-22.0
resolver: lts-22.5

# User packages to be built.
packages:
Expand Down

0 comments on commit fa0550b

Please sign in to comment.