Skip to content

Commit

Permalink
Reduce GHC support
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Mar 15, 2024
1 parent 9c73782 commit e9d34ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
resolver: [nightly, lts-20, lts-15, lts-14, lts-12, lts-11]
resolver: [nightly, lts-22, lts-20, lts-17]
exclude:
- os: windows-latest
resolver: lts-15
- os: windows-latest
resolver: nightly
include:
- os: ubuntu-latest
resolver: lts-9
# problems on macOS and Windows (https://github.com/snoyberg/yaml/pull/216#issuecomment-1585522312)

steps:
- name: Clone project
Expand Down
2 changes: 1 addition & 1 deletion libyaml/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flags:
default: false

dependencies:
- base >=4.9.1 && <5 # GHC 8.0.2 and later
- base >=4.14 && <5 # GHC 8.10.1 and later
- bytestring >=0.9.1.4
- conduit >=1.2.8 && <1.4
- resourcet >=0.3 && <1.4
Expand Down
2 changes: 1 addition & 1 deletion yaml/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flags:
default: true

dependencies:
- base >=4.9.1 && <5 # GHC 8.0.2 and later, meaning that Data.Semigroup is in base
- base >=4.14 && <5 # GHC 8.10.1 and later
- bytestring >=0.9.1.4
- transformers >=0.1
- mtl
Expand Down

0 comments on commit e9d34ec

Please sign in to comment.