Skip to content

Commit 28a6aef

Browse files
committed
Fix build on windows by disabling ghc-check pkg ABI check
1 parent ff0904c commit 28a6aef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
strategy:
290290
fail-fast: false
291291
matrix:
292-
ghc: ["9.4.4", "9.2.5", "9.0.2", "8.10.7"]
292+
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
293293
steps:
294294
- name: install windows deps
295295
shell: pwsh

Diff for: cabal.project

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ constraints:
6464
-- remove this when hlint sets ghc-lib to true by default
6565
-- https://github.com/ndmitchell/hlint/issues/1376
6666
hlint +ghc-lib,
67+
ghc-check -ghc-check-use-package-abis,
6768
ghc-lib-parser-ex -auto,
6869
stylish-haskell +ghc-lib,
6970
fourmolu -fixity-th

0 commit comments

Comments
 (0)