Skip to content

Commit

Permalink
Merge pull request #12 from serokell/lierdakil/chore-bump-ghc
Browse files Browse the repository at this point in the history
[Chore] Bump tested-with for stackage lts
  • Loading branch information
lierdakil authored Aug 26, 2023
2 parents 146e261 + 75dd315 commit c501fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
matrix:
stack: ["2.9.3"]
# Remember to update the `tested-with` section of `package.yaml`.
resolver: ["lts-19.3", "lts", "nightly"]
resolver: ["lts", "nightly"]

steps:
- name: Get compiler version
Expand Down
3 changes: 1 addition & 2 deletions hsblst.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ license: MPL-2.0
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 9.0.2
, GHC == 9.4.5
GHC == 9.4.6
, GHC == 9.6.2
extra-source-files:
README.md
Expand Down
3 changes: 1 addition & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ license-file: LICENSE
license: MPL-2.0

tested-with:
- GHC == 9.0.2
- GHC == 9.4.5
- GHC == 9.4.6
- GHC == 9.6.2

default-extensions:
Expand Down

0 comments on commit c501fd1

Please sign in to comment.