From 0488e537b0caf0870a3415a543d9a016c64bb645 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sat, 26 Aug 2023 09:19:31 +0300 Subject: [PATCH 1/2] [Chore] Bump tested-with for stackage lts --- hsblst.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hsblst.cabal b/hsblst.cabal index a6c347c..f991714 100644 --- a/hsblst.cabal +++ b/hsblst.cabal @@ -19,7 +19,7 @@ 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 diff --git a/package.yaml b/package.yaml index cb83dd2..9b53797 100644 --- a/package.yaml +++ b/package.yaml @@ -19,7 +19,7 @@ license: MPL-2.0 tested-with: - GHC == 9.0.2 - - GHC == 9.4.5 + - GHC == 9.4.6 - GHC == 9.6.2 default-extensions: From 75dd315c3b9496485a27801f5a68c21a6f6276bf Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sat, 26 Aug 2023 09:21:38 +0300 Subject: [PATCH 2/2] [Chore] Drop tests with GHC 9.0.2 Problem: needed this for a project which was stuck on GHC 9.0.2 for a while, but that project was updated to GHC 9.4 and then deprecated, so this is no longer a concern Solution: Remove tests for GHC 9.0.2 --- .github/workflows/ci.yml | 2 +- hsblst.cabal | 3 +-- package.yaml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0880818..8a9d413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/hsblst.cabal b/hsblst.cabal index f991714..0f0ddf3 100644 --- a/hsblst.cabal +++ b/hsblst.cabal @@ -18,8 +18,7 @@ license: MPL-2.0 license-file: LICENSE build-type: Simple tested-with: - GHC == 9.0.2 - , GHC == 9.4.6 + GHC == 9.4.6 , GHC == 9.6.2 extra-source-files: README.md diff --git a/package.yaml b/package.yaml index 9b53797..cf44dac 100644 --- a/package.yaml +++ b/package.yaml @@ -18,7 +18,6 @@ license-file: LICENSE license: MPL-2.0 tested-with: - - GHC == 9.0.2 - GHC == 9.4.6 - GHC == 9.6.2