Allow inspection-testing 0.5

Builds fine and all tests pass.
This commit is contained in:
Felix Yan 2022-12-29 23:12:45 +02:00 committed by Torsten Schmits
parent 16999eece5
commit 87d7439561
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ tests:
- -with-rtsopts=-N
dependencies:
- polysemy
- inspection-testing >= 0.4.2 && < 0.5
- inspection-testing >= 0.4.2 && < 0.6
- hspec >= 2.6.0 && < 3
- doctest >= 0.16.0.1 && < 0.21
- hspec-discover >= 2.0

View File

@ -62,7 +62,7 @@ tests:
- polysemy-plugin
- hspec >= 2.6.0 && < 3
- should-not-typecheck >= 2.1.0 && < 3
- inspection-testing >= 0.4.2 && < 0.5
- inspection-testing >= 0.4.2 && < 0.6
- doctest >= 0.16.0.1 && < 0.21
generated-other-modules:
- Build_doctests

View File

@ -116,7 +116,7 @@ test-suite polysemy-plugin-test
, ghc-tcplugins-extra >=0.3 && <0.5
, hspec >=2.6.0 && <3
, hspec-discover
, inspection-testing >=0.4.2 && <0.5
, inspection-testing >=0.4.2 && <0.6
, polysemy >=1.3.0.0
, polysemy-plugin
, should-not-typecheck >=2.1.0 && <3

View File

@ -171,7 +171,7 @@ test-suite polysemy-test
, first-class-families >=0.5.0.0 && <0.9
, hspec >=2.6.0 && <3
, hspec-discover >=2.0
, inspection-testing >=0.4.2 && <0.5
, inspection-testing >=0.4.2 && <0.6
, mtl >=2.2.2 && <3
, polysemy
, stm ==2.*