We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e3fc7 commit a985daeCopy full SHA for a985dae
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM haskell:9.8.4-bullseye AS build
+FROM haskell:9.10.1-bullseye AS build
4
RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan
5
WORKDIR /src/hlint-scan
6
RUN stack install hlint hlint-scan:exe:hlint-scan && \
stack.yaml
@@ -17,7 +17,7 @@
17
# https://docs.haskellstack.org/en/stable/yaml_configuration/
18
19
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
20
-resolver: lts-23.7
+resolver: nightly-2025-07-05
21
22
# User packages to be built.
23
packages:
0 commit comments