Skip to content

Commit 31438b4

Browse files
committed
Drop support for GHC <= 8.6
1 parent e73e24c commit 31438b4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
19+
ghc: ['8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
2020
include:
2121
- os: macOS-latest
2222
ghc: '9.4'

file-io.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ tested-with: GHC==9.8.1,
1717
GHC==9.2.8,
1818
GHC==9.0.2,
1919
GHC==8.10.7,
20-
GHC==8.8.4,
21-
GHC==8.6.5
20+
GHC==8.8.4
2221

2322
source-repository head
2423
type: git
@@ -42,7 +41,7 @@ library
4241

4342
hs-source-dirs: .
4443
build-depends:
45-
, base >=4.12 && <5
44+
, base >=4.13.0.0 && <5
4645
, bytestring >=0.11.3.0
4746
, deepseq
4847

0 commit comments

Comments
 (0)