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#
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#
1515name : Haskell-CI
1616on :
@@ -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