Skip to content

Commit dcee1a1

Browse files
authored
Drop support for GHC 9.8 (#58)
1 parent 839d3e3 commit dcee1a1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
include:
4040
- ghc: 9.12
4141
os: macos-14
42-
- ghc: 9.8
43-
os: ubuntu-24.04
4442
- ghc: '9.10'
4543
os: ubuntu-24.04
4644
- ghc: 9.12

github-release.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flag pedantic
2222
manual: True
2323

2424
common library
25-
build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
25+
build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
2626
default-language: Haskell2010
2727
ghc-options:
2828
-Weverything
@@ -53,13 +53,13 @@ library
5353
build-depends:
5454
aeson ^>=2.1.2.1 || ^>=2.2.2.0,
5555
burrito ^>=2.0.1.9,
56-
bytestring ^>=0.11.4.0 || ^>=0.12.0.2,
56+
bytestring ^>=0.12.0.2,
5757
http-client ^>=0.7.17,
5858
http-client-tls ^>=0.3.6.3,
5959
http-types ^>=0.12.4,
6060
mime-types ^>=0.1.2.0,
6161
optparse-generic ^>=1.5.2,
62-
text ^>=2.0.2 || ^>=2.1,
62+
text ^>=2.1,
6363
unordered-containers ^>=0.2.20,
6464

6565
-- cabal-gild: discover source/library

0 commit comments

Comments
 (0)