install happy & alex

This commit is contained in:
Krasimir Angelov
2023-02-24 08:41:43 +01:00
parent e879b374a7
commit 6e12d7fee9

View File

@@ -52,6 +52,10 @@ jobs:
with:
ghc-version: 8
- name: Install Haskell build tools
run: |
cabal v1-install alex happy
- name: build and test the runtime
working-directory: ./src/runtime/haskell
run: |