Skip to content

Commit 44a52ea

Browse files
committed
Drop support for GHC 7.10.3
1 parent 51b305d commit 44a52ea

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/haskell.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
name:
45-
- 7.10.3
4645
- 8.0.2
4746
- 8.2.2
4847
- 8.4.4
@@ -56,11 +55,6 @@ jobs:
5655

5756
include:
5857

59-
- name: 7.10.3
60-
ghc_version: 7.10.3
61-
runner: ubuntu-latest
62-
cabal_version: 3.2
63-
6458
- name: 8.0.2
6559
ghc_version: 8.0.2
6660
runner: ubuntu-latest

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
`isAlphabetic` and `isWhiteSpace` respectively.
1919
- Re-export some functions from `Data.Char` in order to make `Unicode.Char`
2020
a drop-in replacement.
21+
- Drop support for GHC 7.10.3
2122

2223
## 0.2.0 (November 2021)
2324

unicode-data.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ copyright: 2020 Composewell Technologies and Contributors
2020
category: Data,Text,Unicode
2121
stability: Experimental
2222
build-type: Simple
23-
tested-with: GHC==7.10.3
24-
, GHC==8.0.2
23+
tested-with: GHC==8.0.2
2524
, GHC==8.2.2
2625
, GHC==8.4.4
2726
, GHC==8.6.5

0 commit comments

Comments
 (0)