Skip to content

Commit 99d68f5

Browse files
committed
Support ghc 9.12
1 parent d7ac88a commit 99d68f5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
name: [head, 9.10.1, 9.8.1, 9.6.3, 9.4.7, 9.2.8+macOS, 9.0.2, 8.10.7, 8.8.4, 8.6.5]
41+
name: [head, 9.12.1, 9.10.1, 9.8.1, 9.6.3, 9.4.7, 9.2.8+macOS, 9.0.2, 8.10.7, 8.8.4, 8.6.5]
4242
cabal_version: ["3.8.1.0"]
4343
include:
4444
- name: head
@@ -47,6 +47,10 @@ jobs:
4747
runner: ubuntu-latest
4848
cabal_project: cabal.project.ghc-head
4949
ghcup_ghc_options: "-u https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-linux-deb10-int_native-validate.tar.xz?job=x86_64-linux-deb10-int_native-validate"
50+
- name: 9.12.1
51+
ghc_version: 9.12.1
52+
build: cabal-v2
53+
runner: ubuntu-latest
5054
- name: 9.10.1
5155
ghc_version: 9.10.1
5256
build: cabal-v2

fusion-plugin.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ tested-with: GHC==8.6.5
2828
, GHC==9.4.7
2929
, GHC==9.6.3
3030
, GHC==9.8.1
31+
, GHC==9.10.1
32+
, GHC==9.12.1
3133
author: Pranay Sashank
3234
maintainer: [email protected]
3335
copyright: (c) 2019 Composewell Technologies
@@ -51,9 +53,9 @@ library
5153
, containers >= 0.5.6.2 && < 0.8
5254
, directory >= 1.2.2.0 && < 1.4
5355
, filepath >= 1.4 && < 1.6
54-
, ghc >= 7.10.3 && < 9.11
56+
, ghc >= 7.10.3 && < 9.13
5557
, syb >= 0.7 && < 0.8
56-
, time >= 1.5 && < 1.14
58+
, time >= 1.5 && < 1.15
5759
, transformers >= 0.4 && < 0.7
5860

5961
, fusion-plugin-types >= 0.1 && < 0.2

0 commit comments

Comments
 (0)