Skip to content

Add CI for MicroHs

Add CI for MicroHs #6

Workflow file for this run

name: MicroHs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sol/setup-MicroHs@nightly
- run: mcabal -r install "--git=https://github.com/hspec/hspec --branch=micro-hs" --dir=hspec-core hspec-core
- run: mcabal -r install "--git=https://github.com/hspec/hspec --branch=micro-hs" hspec
- run: mcabal -r build