Skip to content

Commit

Permalink
Update cabal build options to include llvm for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Apr 29, 2024
1 parent 13da349 commit c6334b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
build: cabal
cabal_project: cabal.project.user
cabal_version: 3.6.2.0
cabal_build_options: "--flag interop"
cabal_build_options: "--flag interop -fllvm"
ignore_error: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c6334b7

Please sign in to comment.