From 6256964e8a2451d1bc8a8fc9f217b496adda012f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Thu, 21 Dec 2023 12:27:58 +0100 Subject: [PATCH] fixup! commit to a fourmolu version --- CONTRIBUTING.md | 2 +- Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88603571..2d30b15e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ The compiler version used is described in the `cabal.project` file. The following Haskell command-line tools will have to be installed: * `postgresql-migration`: To perform schema migrations -* `fourmolu`: To style the code base. Version is 0.12.0.0 +* `fourmolu`: To style the code base. Version is 0.14.1.0 * `hlint` & `apply-refact`: To enforce certain patterns in the code base ("lint") * `cabal-fmt` and `nixfmt`: To style the cabal and nix files * `ghcid`: To automatically reload the Haskell code base upon source changes diff --git a/Dockerfile b/Dockerfile index ca49a0c2..6aa985d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,9 +60,8 @@ RUN echo $PATH # package versions) RUN cabal update RUN cabal install -j postgresql-migration -RUN cabal install -j yaml-0.11.11.2 RUN cabal install -j hlint apply-refact -RUN cabal install -j fourmolu-0.12.0.0 +RUN cabal install -j fourmolu-0.14.1.0 RUN cabal install -j cabal-fmt RUN cabal install -j ghcid RUN cabal install -j ghc-tags