Skip to content

Commit 5b0d630

Browse files
committed
WIP
1 parent f76aceb commit 5b0d630

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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.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
#
1515
name: Haskell-CI
1616
on:
@@ -20,6 +20,9 @@ on:
2020
pull_request:
2121
branches:
2222
- master
23+
merge_group:
24+
branches:
25+
- master
2326
jobs:
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

cabal.project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
packages: .
22

33
tests: True
4+
5+
allow-newer: tagged-0.8.9:template-haskell

0 commit comments

Comments
 (0)