We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d20bf1 commit ac4e73cCopy full SHA for ac4e73c
2 files changed
benchmark/streamly-benchmarks.cabal
@@ -203,7 +203,7 @@ common bench-depends
203
fusion-plugin >= 0.2 && < 0.3
204
if flag(inspection)
205
build-depends: template-haskell >= 2.14 && < 2.24
206
- , inspection-testing >= 0.4 && < 0.6
+ , inspection-testing >= 0.4 && < 0.7
207
-- Array uses a Storable constraint in dev build making several inspection
208
-- tests fail
209
if flag(dev) && flag(inspection)
streamly.cabal
@@ -583,7 +583,7 @@ library
583
frameworks: Cocoa
584
585
586
- build-depends: inspection-testing >= 0.4 && < 0.6
+ build-depends: inspection-testing >= 0.4 && < 0.7
587
588
589
0 commit comments