Skip to content

Commit

Permalink
Remove 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mniip committed Dec 20, 2023
1 parent 6484217 commit 72837d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "9.2.8"
- "9.4.8"
- "9.6.3"
- "9.8.1"
fail-fast: false
name: Build on Linux, GHC ${{ matrix.ghc_version }}
runs-on: ${{ matrix.platform }}
Expand Down
3 changes: 1 addition & 2 deletions refined-containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ version: 0.1.0.0
build-type: Simple

tested-with:
, GHC == 9.8.1
, GHC == 9.6.3
, GHC == 9.4.8
, GHC == 9.2.8
Expand All @@ -41,7 +40,7 @@ source-repository head

library
build-depends:
, base >= 4.12 && < 4.19
, base >= 4.12 && < 4.20
, adjunctions >= 4.4 && < 4.5
, constraints >= 0.11 && < 0.15
, containers >= 0.5.7 && < 0.8
Expand Down

0 comments on commit 72837d4

Please sign in to comment.