Skip to content

Commit 99c8e4a

Browse files
committed
Drop support of GHC 7.10
1 parent c3809b5 commit 99c8e4a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
os: [windows-latest, macOS-latest]
17-
ghc: ['7.10', '8.0', '8.2', '8.4', '9.2', 'latest']
17+
ghc: ['8.0', '8.2', '8.4', '9.2', 'latest']
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: haskell-actions/setup@v2

zlib/zlib.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ description: This package provides a pure interface for compressing and
2222
provides access to the full zlib feature set.
2323
build-type: Simple
2424

25-
tested-with: GHC == 7.10.3
26-
, GHC == 8.0.2
25+
tested-with: GHC == 8.0.2
2726
, GHC == 8.2.2
2827
, GHC == 8.4.4
2928
, GHC == 8.6.5
@@ -84,7 +83,7 @@ library
8483
other-extensions: DeriveGeneric
8584
other-extensions: CApiFFI
8685

87-
build-depends: base >= 4.8 && < 4.21,
86+
build-depends: base >= 4.9 && < 4.21,
8887
bytestring >= 0.9 && < 0.13
8988

9089
build-tools: hsc2hs >= 0.67 && < 0.69

0 commit comments

Comments
 (0)