Skip to content

Commit a985dae

Browse files
committed
Update Stackage snapshot, which include HLint 3.10.
1 parent 74e3fc7 commit a985dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM haskell:9.8.4-bullseye AS build
3+
FROM haskell:9.10.1-bullseye AS build
44
RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan
55
WORKDIR /src/hlint-scan
66
RUN stack install hlint hlint-scan:exe:hlint-scan && \

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# https://docs.haskellstack.org/en/stable/yaml_configuration/
1818

1919
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
20-
resolver: lts-23.7
20+
resolver: nightly-2025-07-05
2121

2222
# User packages to be built.
2323
packages:

0 commit comments

Comments
 (0)