File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,25 @@ init: ## Set up git hooks and ignored revisions.
29
29
30
30
# NOTE: Keep this in sync with `.github/workflows/format.yml`.
31
31
FORMAT_DIRS := \
32
- bootstrap \
33
- buildinfo-reference-generator \
34
32
Cabal \
35
- Cabal-benchmarks \
33
+ Cabal-QuickCheck \
36
34
Cabal-described \
37
- Cabal-dev-scripts \
38
35
Cabal-hooks \
39
- cabal-install \
40
- cabal-install-solver \
41
- Cabal-QuickCheck \
42
36
Cabal-syntax \
43
37
Cabal-tests \
44
- Cabal-testsuite/src \
45
- Cabal-testsuite/main \
46
- Cabal-testsuite/static \
47
38
Cabal-tree-diff \
39
+ bootstrap \
40
+ buildinfo-reference-generator \
41
+ cabal-benchmarks \
42
+ cabal-dev-scripts \
43
+ cabal-install \
44
+ cabal-install-solver \
45
+ cabal-testsuite/main \
46
+ cabal-testsuite/src \
47
+ cabal-testsuite/static \
48
48
cabal-validate \
49
49
solver-benchmarks
50
50
51
-
52
51
.PHONY : style
53
52
style : # # Run the code styler
54
53
@fourmolu -q -i $(FORMAT_DIRS )
You can’t perform that action at this time.
0 commit comments