Skip to content

Commit 7d4d4c2

Browse files
committed
Update fourmolu
1 parent f5d2255 commit 7d4d4c2

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
@@ -4,7 +4,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.2 AS builder-9.8
44
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
55
RUN cabal update && \
66
cabal install --install-method=copy hlint-3.8 && \
7-
cabal install --install-method=copy fourmolu-0.16.2.0 && \
7+
cabal install --install-method=copy fourmolu-0.19.0.1 && \
88
cabal install --install-method=copy cabal-fmt-0.1.12
99

1010
FROM fossa/haskell-static-alpine:ghc-9.0.2 AS builder-9.0

0 commit comments

Comments
 (0)