Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Nov 16, 2021
1 parent 450eb0d commit 1e3c19a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/haskell.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
resolver: [lts-12, lts-14, lts-16, lts-18, nightly]
resolver: [lts-12, lts-14, lts-16, lts-18] #, nightly]
include:
- resolver: lts-12
ghc: 8.4.4
Expand All @@ -31,12 +31,11 @@ jobs:
stack-yaml: stack-extra-deps.yaml
- resolver: lts-18
ghc: 8.10.7
- resolver: nightly # reports a problem with happy?!
ghc: 9.0.1
# - resolver: nightly # reports a problem with happy?!
# ghc: 9.0.1
exclude:
- resolver: lts-18
os: windows-latest # Too buggy, occasional ghc crashes
- resolver: nightly # happy is buggy

env:
STACK_YAML: stack.yaml
Expand Down

0 comments on commit 1e3c19a

Please sign in to comment.