Skip to content

Commit 335df90

Browse files
felixonmarstek
authored andcommitted
Allow inspection-testing 0.6
The (possible) breaking change at nomeata/inspection-testing#81 shouldn't affect us.
1 parent 6cecaeb commit 335df90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tests:
8080
- -with-rtsopts=-N
8181
dependencies:
8282
- polysemy
83-
- inspection-testing >= 0.4.2 && < 0.6
83+
- inspection-testing >= 0.4.2 && < 0.7
8484
- hspec >= 2.6.0 && < 3
8585
- doctest >= 0.16.0.1 && < 0.23
8686
- hspec-discover >= 2.0

polysemy-plugin/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tests:
6262
- polysemy-plugin
6363
- hspec >= 2.6.0 && < 3
6464
- should-not-typecheck >= 2.1.0 && < 3
65-
- inspection-testing >= 0.4.2 && < 0.6
65+
- inspection-testing >= 0.4.2 && < 0.7
6666
- doctest >= 0.16.0.1 && < 0.23
6767
generated-other-modules:
6868
- Build_doctests

polysemy-plugin/polysemy-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ test-suite polysemy-plugin-test
116116
, ghc-tcplugins-extra >=0.3 && <0.5
117117
, hspec >=2.6.0 && <3
118118
, hspec-discover
119-
, inspection-testing >=0.4.2 && <0.6
119+
, inspection-testing >=0.4.2 && <0.7
120120
, polysemy >=1.3.0.0
121121
, polysemy-plugin
122122
, should-not-typecheck >=2.1.0 && <3

polysemy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test-suite polysemy-test
171171
, first-class-families >=0.5.0.0 && <0.9
172172
, hspec >=2.6.0 && <3
173173
, hspec-discover >=2.0
174-
, inspection-testing >=0.4.2 && <0.6
174+
, inspection-testing >=0.4.2 && <0.7
175175
, mtl >=2.2.2 && <3
176176
, polysemy
177177
, stm ==2.*

0 commit comments

Comments
 (0)