install alex & happy on macOS

This commit is contained in:
Krasimir Angelov
2026-09-09 11:12:49 +02:00
parent 7dc8e99fd1
commit 937d072dc4
+4
View File
@@ -195,6 +195,10 @@ jobs:
with:
ghc-version: 9
- name: Install Haskell build tools
run: |
cabal v1-install alex happy
- name: build and test the runtime
working-directory: ./src/runtime/haskell
run: |