File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6868 # Check that our upper bounds are correct by building with the latest
6969 # version of everything. We use cabal because it uses the latest
7070 # versions of our dependencies allowed by our upper bounds.
71+ #
72+ # TODO: switch back to "ghc: latest" once we support ghc-9.0
7173 - name : newest
72- ghc : latest
74+ ghc : " 8.10 "
7375 os : ubuntu-latest
7476
7577 steps :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
2525library :
2626 source-dirs : src
2727 dependencies :
28- - ghc >= 8.10.2
28+ - ghc >= 8.10.2 && < 9.0
2929 - containers >= 0.6.2.1
3030 - term-rewriting >= 0.3.0.1
3131 - transformers >= 0.5.6.2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: a1ac726a788c1f338883b84c965693f9ad6e08e6061ca02afc499aa921710045
7+ -- hash: 2673197ba6a9e92128e851017519e221b95a23ca70b1f7b84158feae74eba11b
88
99name : typelevel-rewrite-rules
1010version : 1.0
@@ -48,7 +48,7 @@ library
4848 build-depends :
4949 base >= 4.12 && < 5
5050 , containers >= 0.6.2.1
51- , ghc >= 8.10.2
51+ , ghc >= 8.10.2 && < 9.0
5252 , ghc-prim >= 0.5.3
5353 , term-rewriting >= 0.3.0.1
5454 , transformers >= 0.5.6.2
You can’t perform that action at this time.
0 commit comments