Skip to content

Commit 3b28471

Browse files
Use fusion-plugin in GHC 9.12 build
1 parent e91cf98 commit 3b28471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
ghc_version: 9.12.1
100100
runner: ubuntu-latest
101101
build: cabal
102-
cabal_build_options: "--flag limit-build-mem"
102+
cabal_build_options: "--flag limit-build-mem --flag fusion-plugin"
103103
cabal_version: 3.12.1.0
104104
disable_sdist_build: "y"
105105
cabal_project: cabal.project

0 commit comments

Comments
 (0)