Skip to content

Commit cf23a3c

Browse files
Remove ghc-8.0 of error-messages test
1 parent 1c3ee60 commit cf23a3c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ jobs:
121121
strategy:
122122
matrix:
123123
include:
124-
- ghc: "8.10"
125-
os: ubuntu-latest
126124
- ghc: "9.0"
127125
os: ubuntu-latest
128126

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
library:
2626
source-dirs: src
2727
dependencies:
28-
- ghc >= 8.10.2 && <= 9.1
28+
- ghc >= 8.10.2 && <9.1
2929
- containers >= 0.6.2.1
3030
- term-rewriting >= 0.3.0.1
3131
- transformers >= 0.5.6.2

typelevel-rewrite-rules.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
build-depends:
4949
base >=4.12 && <5
5050
, containers >=0.6.2.1
51-
, ghc >=8.10.2 && <= 9.1
51+
, ghc >=8.10.2 && <9.1
5252
, ghc-prim >=0.5.3
5353
, term-rewriting >=0.3.0.1
5454
, transformers >=0.5.6.2

0 commit comments

Comments
 (0)