File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.13.20211111
11
+ # version: 0.13.20211116
12
12
#
13
- # REGENDATA ("0.13.20211111 ",["github","cabal.project"])
13
+ # REGENDATA ("0.13.20211116 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -233,6 +233,10 @@ jobs:
233
233
- name : prepare for constraint sets
234
234
run : |
235
235
rm -f cabal.project.local
236
+ - name : constraint set bytestring-0.11.2.0
237
+ run : |
238
+ $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='bytestring >= 0.11.2.0' --dependencies-only -j2 all
239
+ $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='bytestring >= 0.11.2.0' all
236
240
- name : constraint set ordered-keymap-off
237
241
run : |
238
242
$CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='aeson -ordered-keymap' --dependencies-only -j2 all
Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ constraint-set ordered-keymap-off
22
22
constraints: aeson -ordered-keymap
23
23
tests: True
24
24
run-tests: True
25
+
26
+ constraint-set bytestring-0.11.2.0
27
+ constraints: bytestring >= 0.11.2.0
You can’t perform that action at this time.
0 commit comments