Skip to content

Commit

Permalink
Allow inspection-testing 0.6
Browse files Browse the repository at this point in the history
The (possible) breaking change at
nomeata/inspection-testing#81 shouldn't affect
us.
  • Loading branch information
felixonmars committed Jan 1, 2025
1 parent 6cecaeb commit ac35b97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion polysemy-plugin/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion polysemy-plugin/polysemy-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion polysemy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit ac35b97

Please sign in to comment.