File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20250916
11+ # version: 0.19.20250917
1212#
13- # REGENDATA ("0.19.20250916 ",["github","cabal.project"])
13+ # REGENDATA ("0.19.20250917 ",["github","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
2020 pull_request :
2121 branches :
2222 - master
23+ merge_group :
24+ branches :
25+ - master
2326jobs :
2427 linux :
2528 name : Haskell-CI - Linux - ${{ matrix.compiler }}
@@ -233,6 +236,7 @@ jobs:
233236 if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo "package splitmix" >> cabal.project ; fi
234237 if [ $((HCNUMVER >= 90000)) -ne 0 ] ; then echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project ; fi
235238 cat >> cabal.project <<EOF
239+ allow-newer: tagged-0.8.9:template-haskell
236240 EOF
237241 $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(splitmix)$/; }' >> cabal.project.local
238242 cat cabal.project
Original file line number Diff line number Diff line change 11packages : .
22
33tests : True
4+
5+ allow-newer : tagged-0.8.9 :template-haskell
You can’t perform that action at this time.
0 commit comments