diff --git a/package.yaml b/package.yaml index 1c4a552b..4d988c26 100644 --- a/package.yaml +++ b/package.yaml @@ -80,7 +80,7 @@ tests: - -with-rtsopts=-N dependencies: - polysemy - - inspection-testing >= 0.4.2 && < 0.6 + - inspection-testing >= 0.4.2 && < 0.7 - hspec >= 2.6.0 && < 3 - doctest >= 0.16.0.1 && < 0.23 - hspec-discover >= 2.0 diff --git a/polysemy-plugin/package.yaml b/polysemy-plugin/package.yaml index e8d555fd..5d74729f 100644 --- a/polysemy-plugin/package.yaml +++ b/polysemy-plugin/package.yaml @@ -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.6 + - inspection-testing >= 0.4.2 && < 0.7 - doctest >= 0.16.0.1 && < 0.23 generated-other-modules: - Build_doctests diff --git a/polysemy-plugin/polysemy-plugin.cabal b/polysemy-plugin/polysemy-plugin.cabal index 57951ccc..faf8f2bb 100644 --- a/polysemy-plugin/polysemy-plugin.cabal +++ b/polysemy-plugin/polysemy-plugin.cabal @@ -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.6 + , inspection-testing >=0.4.2 && <0.7 , polysemy >=1.3.0.0 , polysemy-plugin , should-not-typecheck >=2.1.0 && <3 diff --git a/polysemy.cabal b/polysemy.cabal index 31201b39..213e5ef5 100644 --- a/polysemy.cabal +++ b/polysemy.cabal @@ -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.6 + , inspection-testing >=0.4.2 && <0.7 , mtl >=2.2.2 && <3 , polysemy , stm ==2.*