Skip to content

Commit a275fa1

Browse files
committed
pedantic is already enabled for all
1 parent 66f831d commit a275fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Configue flags for all components
7373
run: |
7474
cabal configure \
75-
--constraint "hls-graph +embed-files +stm-stats +pedantic" \
76-
--constraint "ghcide +ekg +executable +pedantic +test-exe" \
75+
--constraint "hls-graph +embed-files +stm-stats" \
76+
--constraint "ghcide +ekg +executable +test-exe" \
7777
--constraint "all +pedantic"
7878
cat cabal.project.local
7979

0 commit comments

Comments
 (0)