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 f5d2255 commit 7d4d4c2Copy full SHA for 7d4d4c2
1 file changed
src/Dockerfile
@@ -4,7 +4,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.2 AS builder-9.8
4
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
5
RUN cabal update && \
6
cabal install --install-method=copy hlint-3.8 && \
7
- cabal install --install-method=copy fourmolu-0.16.2.0 && \
+ cabal install --install-method=copy fourmolu-0.19.0.1 && \
8
cabal install --install-method=copy cabal-fmt-0.1.12
9
10
FROM fossa/haskell-static-alpine:ghc-9.0.2 AS builder-9.0
0 commit comments