Skip to content

Commit c6bebc8

Browse files
committed
use released version
1 parent 26eac22 commit c6bebc8

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 10 additions & 11 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.20250821
11+
# version: 0.19.20251118
1212
#
13-
# REGENDATA ("0.19.20250821",["github","--config=cabal.haskell-ci","cabal.project"])
13+
# REGENDATA ("0.19.20251118",["github","--config=cabal.haskell-ci","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 }}
@@ -38,19 +41,19 @@ jobs:
3841
strategy:
3942
matrix:
4043
include:
41-
- compiler: ghc-9.14.0.20250819
44+
- compiler: ghc-9.14.0.20251104
4245
compilerKind: ghc
43-
compilerVersion: 9.14.0.20250819
46+
compilerVersion: 9.14.0.20251104
4447
setup-method: ghcup-prerelease
4548
allow-failure: false
4649
- compiler: ghc-9.12.2
4750
compilerKind: ghc
4851
compilerVersion: 9.12.2
4952
setup-method: ghcup
5053
allow-failure: false
51-
- compiler: ghc-9.10.2
54+
- compiler: ghc-9.10.3
5255
compilerKind: ghc
53-
compilerVersion: 9.10.2
56+
compilerVersion: 9.10.3
5457
setup-method: ghcup
5558
allow-failure: false
5659
- compiler: ghc-9.8.4
@@ -205,7 +208,7 @@ jobs:
205208
key: ${{ runner.os }}-${{ matrix.compiler }}-tools-e93c7dce
206209
path: ~/.haskell-ci-tools
207210
- name: checkout
208-
uses: actions/checkout@v4
211+
uses: actions/checkout@v5
209212
with:
210213
path: source
211214
- name: initial cabal.project for sdist
@@ -236,10 +239,6 @@ jobs:
236239
echo "package hpqtypes-effectful" >> cabal.project
237240
echo " ghc-options: -Werror=incomplete-patterns -Werror=incomplete-uni-patterns" >> cabal.project
238241
cat >> cabal.project <<EOF
239-
source-repository-package
240-
type: git
241-
location: https://github.com/scrive/hpqtypes
242-
tag: 8feaea012d5182574f9fa2c2ef2ca4654e062648
243242
EOF
244243
if $HEADHACKAGE; then
245244
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project

cabal.project

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
packages: .
2-
3-
source-repository-package
4-
type: git
5-
location: https://github.com/scrive/hpqtypes
6-
tag: 8feaea012d5182574f9fa2c2ef2ca4654e062648

hpqtypes-effectful.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extra-source-files:
1616
CHANGELOG.md
1717
README.md
1818

19-
tested-with: GHC == { 9.2.8, 9.4.8, 9.6.7, 9.8.4, 9.10.2, 9.12.2, 9.14.1 }
19+
tested-with: GHC == { 9.2.8, 9.4.8, 9.6.7, 9.8.4, 9.10.3, 9.12.2, 9.14.1 }
2020

2121
bug-reports: https://github.com/haskell-effectful/hpqtypes-effectful/issues
2222
source-repository head

0 commit comments

Comments
 (0)