bfedcbbabc
Use new .github workflows. Restore import statement for liftA2 to fix build for GHC 9.4.
11 lines
195 B
YAML
11 lines
195 B
YAML
name: build
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
call-workflow:
|
|
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
|
|
with:
|
|
cabal-file: bytebuild.cabal
|