Skip to content

Migrate remaining types to record dot syntax #56

Migrate remaining types to record dot syntax

Migrate remaining types to record dot syntax #56

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Haskell and Stack
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: 'latest'
- name: Build
run: stack build