Skip to content

Commit

Permalink
Merge pull request #275 from yesodweb/mattp/support-ghc-84
Browse files Browse the repository at this point in the history
Support GHC 8.4 and update CI for newer versions
  • Loading branch information
snoyberg committed Jun 28, 2023
2 parents 4e41ad4 + 8ef788b commit eef6884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
stack_args:
- --resolver=nightly
- --resolver=lts-21
- --resolver=lts-20
- --resolver=lts-19
- --resolver=lts-18
- --resolver=lts-16
- --resolver=lts-14
- --resolver=lts-12
- --stack-yaml=stack-ghc-9.2.yaml
exclude:
- os: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion shakespeare.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extra-source-files:

library
default-language: Haskell2010
build-depends: base >= 4.12 && < 5
build-depends: base >= 4.11 && < 5
, time >= 1
, containers
, template-haskell >= 2.7
Expand Down

0 comments on commit eef6884

Please sign in to comment.