Skip to content

Commit 5954d24

Browse files
committed
ci: use doctest 0.24.3 to support ghc 9.14.x
1 parent de736b4 commit 5954d24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This GitHub workflow config has been generated by a script via
22
#
3-
# haskell-ci '--doctest' '--doctest-version=^>= 0.23' '--installed=+all -Cabal -Cabal-syntax' 'github' 'cabal2spec.cabal'
3+
# haskell-ci '--doctest' '--doctest-version=^>= 0.24.3' '--installed=+all -Cabal -Cabal-syntax' 'github' 'cabal2spec.cabal'
44
#
55
# To regenerate the script (for example after adjusting tested-with) run
66
#
@@ -10,7 +10,7 @@
1010
#
1111
# version: 0.19.20260104
1212
#
13-
# REGENDATA ("0.19.20260104",["--doctest","--doctest-version=^>= 0.23","--installed=+all -Cabal -Cabal-syntax","github","cabal2spec.cabal"])
13+
# REGENDATA ("0.19.20260104",["--doctest","--doctest-version=^>= 0.24.3","--installed=+all -Cabal -Cabal-syntax","github","cabal2spec.cabal"])
1414
#
1515
name: Haskell-CI
1616
on:
@@ -147,7 +147,7 @@ jobs:
147147
- name: cache (tools)
148148
uses: actions/cache/restore@v4
149149
with:
150-
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-756ded72
150+
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-f9ab6b49
151151
path: ~/.haskell-ci-tools
152152
- name: install cabal-plan
153153
run: |
@@ -160,13 +160,13 @@ jobs:
160160
cabal-plan --version
161161
- name: install doctest
162162
run: |
163-
$CABAL --store-dir=$HOME/.haskell-ci-tools/store v2-install $ARG_COMPILER --ignore-project -j2 doctest --constraint='doctest ^>=0.23'
163+
$CABAL --store-dir=$HOME/.haskell-ci-tools/store v2-install $ARG_COMPILER --ignore-project -j2 doctest --constraint='doctest ^>=0.24.3'
164164
doctest --version
165165
- name: save cache (tools)
166166
if: always()
167167
uses: actions/cache/save@v4
168168
with:
169-
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-756ded72
169+
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-f9ab6b49
170170
path: ~/.haskell-ci-tools
171171
- name: checkout
172172
uses: actions/checkout@v5

0 commit comments

Comments
 (0)