Skip to content

Commit aa2f1e7

Browse files
committed
Stop testing and developing for GHC 7.10.3
1 parent 3e36b6f commit aa2f1e7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/packcheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# If you have not committed packcheck.sh in your repo at PACKCHECK
7979
# then it is automatically pulled from this URL.
8080
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
81-
PACKCHECK_GITHUB_COMMIT: "37bbe8a79ad5136e654e48e03ec519060a5b11e6"
81+
PACKCHECK_GITHUB_COMMIT: "v0.6.0"
8282

8383
# ------------------------------------------------------------------------
8484
# Final build variables
@@ -105,7 +105,6 @@ jobs:
105105
, 8.4.4
106106
, 8.2.2
107107
, 8.0.2
108-
, 7.10.3
109108
]
110109
command:
111110
[ cabal-v2

unicode-transforms.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ copyright: 2016-2017 Harendra Kumar,
1414
2014–2015 Antonio Nikishaev
1515
license: BSD-3-Clause
1616
license-file: LICENSE
17-
tested-with: GHC==7.10.3
18-
, GHC==8.0.2
17+
tested-with: GHC==8.0.2
1918
, GHC==8.2.2
2019
, GHC==8.4.4
2120
, GHC==8.6.5

0 commit comments

Comments
 (0)