File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hegg
33version : 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
55synopsis : Fast equality saturation in Haskell
66
77description : Fast equality saturation and equality graphs based on "egg :
You can’t perform that action at this time.
0 commit comments