We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f831d commit a275fa1Copy full SHA for a275fa1
.github/workflows/flags.yml
@@ -72,8 +72,8 @@ jobs:
72
- name: Configue flags for all components
73
run: |
74
cabal configure \
75
- --constraint "hls-graph +embed-files +stm-stats +pedantic" \
76
- --constraint "ghcide +ekg +executable +pedantic +test-exe" \
+ --constraint "hls-graph +embed-files +stm-stats" \
+ --constraint "ghcide +ekg +executable +test-exe" \
77
--constraint "all +pedantic"
78
cat cabal.project.local
79
0 commit comments