Skip to content

Commit 31de81d

Browse files
committed
Add bytestring-0.11.2.0 constraint set
1 parent 1e9c3ce commit 31de81d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
#
99
# For more information, see https://github.com/haskell-CI/haskell-ci
1010
#
11-
# version: 0.13.20211111
11+
# version: 0.13.20211116
1212
#
13-
# REGENDATA ("0.13.20211111",["github","cabal.project"])
13+
# REGENDATA ("0.13.20211116",["github","cabal.project"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -233,6 +233,10 @@ jobs:
233233
- name: prepare for constraint sets
234234
run: |
235235
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
236240
- name: constraint set ordered-keymap-off
237241
run: |
238242
$CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='aeson -ordered-keymap' --dependencies-only -j2 all

cabal.haskell-ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ constraint-set ordered-keymap-off
2222
constraints: aeson -ordered-keymap
2323
tests: True
2424
run-tests: True
25+
26+
constraint-set bytestring-0.11.2.0
27+
constraints: bytestring >= 0.11.2.0

0 commit comments

Comments
 (0)