Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7798d1

Browse files
committedNov 9, 2023
CI: Re-enable bzlmod with GHC 9.4.x
1 parent b6486c9 commit c7798d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎.github/workflows/workflow.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
exclude:
2828
- module: rules_haskell_nix
2929
bzlmod: false
30-
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
31-
# and stack config per GHC version
32-
- ghc: 9.4.5
33-
bzlmod: true
3430
runs-on: ${{ matrix.os }}
3531
steps:
3632
- if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)
Please sign in to comment.