File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 - name : cache (tools)
153153 uses : actions/cache/restore@v3
154154 with :
155- key : ${{ runner.os }}-${{ matrix.compiler }}-tools-f01e9287
155+ key : ${{ runner.os }}-${{ matrix.compiler }}-tools-e27a5680
156156 path : ~/.haskell-ci-tools
157157 - name : install cabal-plan
158158 run : |
@@ -180,7 +180,7 @@ jobs:
180180 uses : actions/cache/save@v3
181181 if : always()
182182 with :
183- key : ${{ runner.os }}-${{ matrix.compiler }}-tools-f01e9287
183+ key : ${{ runner.os }}-${{ matrix.compiler }}-tools-e27a5680
184184 path : ~/.haskell-ci-tools
185185 - name : checkout
186186 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : haskell-ci
3- version : 0.17.20231110
3+ version : 0.17.20231203
44synopsis : Cabal package script generator for Travis-CI
55description :
66 Script generator (@haskell-ci@) for
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ data DoctestConfig = DoctestConfig
2626-------------------------------------------------------------------------------
2727
2828defaultDoctestVersion :: VersionRange
29- defaultDoctestVersion = majorBoundVersion (mkVersion [0 ,21 ,0 ])
29+ defaultDoctestVersion = majorBoundVersion (mkVersion [0 ,22 ,0 ])
3030
3131-------------------------------------------------------------------------------
3232-- Grammar
You can’t perform that action at this time.
0 commit comments