We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6d3f1 commit f985372Copy full SHA for f985372
1 file changed
src/Dockerfile
@@ -2,7 +2,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.4 AS builder-9.8
2
3
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
4
RUN cabal update && \
5
- cabal install --install-method=copy hlint-3.8 && \
+ cabal install --install-method=copy hlint-3.10 && \
6
cabal install --install-method=copy fourmolu-0.19.0.1 && \
7
cabal install --install-method=copy cabal-fmt-0.1.12
8
0 commit comments