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 5a41a74 commit 9399e00Copy full SHA for 9399e00
.github/workflows/haskell-ci.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Install and run linters
41
shell: devx {0}
42
run: |
43
- cabal install --overwrite-policy=always cabal-fmt
44
- cabal install --overwrite-policy=always fourmolu
+ cabal install --overwrite-policy=always cabal-fmt==0.1.12
+ cabal install --overwrite-policy=always fourmolu==0.16.0.0
45
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
46
/home/runner/.cabal-devx/bin/fourmolu --mode check .
47
- name: Cabal build and test
0 commit comments