Skip to content

Commit f985372

Browse files
committed
Update hlint
1 parent fb6d3f1 commit f985372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.4 AS builder-9.8
22

33
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
44
RUN cabal update && \
5-
cabal install --install-method=copy hlint-3.8 && \
5+
cabal install --install-method=copy hlint-3.10 && \
66
cabal install --install-method=copy fourmolu-0.19.0.1 && \
77
cabal install --install-method=copy cabal-fmt-0.1.12
88

0 commit comments

Comments
 (0)