Skip to content

Allow template-haskell 2.22 #73

Allow template-haskell 2.22

Allow template-haskell 2.22 #73

on: [push, pull_request]
name: Stackage nightly (ignore failures)
jobs:
build-stackage-nightly:
name: Build with stackage nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
enable-stack: true
- name: stack test
run: 'stack test --resolver nightly --bench --only-dependencies && stack test --resolver nightly --bench --no-run-benchmarks --haddock --no-haddock-deps'
continue-on-error: true