File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -252,12 +252,12 @@ jobs:
252
252
- name : prepare for constraint sets
253
253
run : |
254
254
rm -f cabal.project.local
255
- - name : constraint set no- pkg-config
255
+ - name : constraint set pkg-config
256
256
run : |
257
- $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq - use-pkg-config' all --dry-run
257
+ $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq + use-pkg-config' all --dry-run
258
258
cabal-plan topo | sort
259
- $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq - use-pkg-config' --dependencies-only -j2 all
260
- $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq - use-pkg-config' all
259
+ $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq + use-pkg-config' --dependencies-only -j2 all
260
+ $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='postgresql-libpq + use-pkg-config' all
261
261
- name : save cache
262
262
uses : actions/cache/save@v4
263
263
if : always()
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ postgresql: True
5
5
test-output-direct: False
6
6
haddock-components: libs
7
7
8
- constraint-set no- pkg-config
9
- constraints: postgresql-libpq - use-pkg-config
8
+ constraint-set pkg-config
9
+ constraints: postgresql-libpq + use-pkg-config
You can’t perform that action at this time.
0 commit comments