Skip to content

Commit

Permalink
fixup! commit to a fourmolu version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Dec 21, 2023
1 parent ce5217a commit 6256964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6256964

Please sign in to comment.