File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 - " 9.2.8"
2929 - " 9.4.5"
3030 - " 9.6.2"
31+ - " 9.8.1"
3132
3233 steps :
3334 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2020
2121extra-source-files : CHANGELOG.md, README.md
2222
23- tested-with : GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.5 || == 9.6.2
23+ tested-with : GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.5 || == 9.6.2 || == 9.8.1
2424
2525source-repository head
2626 type : git
@@ -56,9 +56,9 @@ library
5656 Test.Predicates.Internal.FlowMatcher
5757 other-modules : Test.Predicates.Internal.Util
5858 build-depends : array >= 0.5.2 && < 0.6 ,
59- base >= 4.12.0 && < 4.19 ,
59+ base >= 4.12.0 && < 4.20 ,
6060 syb >= 0.7.2 && < 0.8 ,
61- template-haskell >= 2.13.0 && < 2.21 ,
61+ template-haskell >= 2.13.0 && < 2.22 ,
6262 hs-source-dirs : src
6363 default-language : Haskell2010
6464 ghc-options : -Wall -Wcompat -Wincomplete-uni-patterns
You can’t perform that action at this time.
0 commit comments