Skip to content

Commit 88e4c52

Browse files
committed
Update CI plans
* We drop support for 9.0.2 because quantified constraints seems buggy, or at least the ones we use don't compile successfully in 9.0.2
1 parent a3c2894 commit 88e4c52

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
strategy:
2929
matrix:
3030
include:
31-
- compiler: ghc-9.4.2
31+
- compiler: ghc-9.6.2
3232
compilerKind: ghc
33-
compilerVersion: 9.4.2
33+
compilerVersion: 9.6.2
3434
setup-method: ghcup
3535
allow-failure: false
36-
- compiler: ghc-9.2.2
36+
- compiler: ghc-9.4.5
3737
compilerKind: ghc
38-
compilerVersion: 9.2.2
38+
compilerVersion: 9.4.5
3939
setup-method: ghcup
4040
allow-failure: false
41-
- compiler: ghc-9.0.2
41+
- compiler: ghc-9.2.7
4242
compilerKind: ghc
43-
compilerVersion: 9.0.2
43+
compilerVersion: 9.2.7
4444
setup-method: ghcup
4545
allow-failure: false
4646
- compiler: ghc-8.10.7

hegg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22
name: hegg
33
version: 0.4.0.0
4-
Tested-With: GHC ==9.4.2 || ==9.2.2 || ==9.0.2 || ==8.10.7
4+
Tested-With: GHC ==9.6.2 || ==9.4.5 || ==9.2.7 || ==8.10.7
55
synopsis: Fast equality saturation in Haskell
66

77
description: Fast equality saturation and equality graphs based on "egg:

0 commit comments

Comments
 (0)