Skip to content

Commit e0b6a51

Browse files
committed
Drop support for GHC <8.6
1 parent 12488e9 commit e0b6a51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
17+
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
1818
cabal: ['3.8.1.0']
1919
include:
2020
- os: macOS-latest

os-string.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ category: System
1616
build-type: Simple
1717
synopsis: Library for manipulating Operating system strings.
1818
tested-with:
19-
GHC ==8.0.2
20-
|| ==8.2.2
21-
|| ==8.4.4
22-
|| ==8.6.5
19+
GHC ==8.6.5
2320
|| ==8.8.4
2421
|| ==8.10.7
2522
|| ==9.0.2
26-
|| ==9.2.3
23+
|| ==9.2.8
24+
|| ==9.4.8
25+
|| ==9.6.3
26+
|| ==9.8.1
2727

2828
description:
2929
This package provides functionality for manipulating @OsString@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>.
@@ -63,7 +63,7 @@ library
6363

6464
default-language: Haskell2010
6565
build-depends:
66-
, base >=4.9 && <4.20
66+
, base >=4.12.0.0 && <4.20
6767
, bytestring >=0.11.3.0
6868
, deepseq
6969
, exceptions

0 commit comments

Comments
 (0)