Skip to content

Try with Stack and use-pkg-config. #191

Try with Stack and use-pkg-config.

Try with Stack and use-pkg-config. #191

Workflow file for this run

on: [push]
name: build
jobs:
cabal:
strategy:
matrix:
host: ['macos-latest']
runs-on: ${{ matrix.host }}
name: Stack on ${{ matrix.host }}
steps:
- uses: actions/checkout@v6
- uses: haskell-actions/setup@v2
with:
enable-stack: true
- run: stack test