Skip to content

Commit ac4e73c

Browse files
Update inspection-testing dep bound
1 parent 1d20bf1 commit ac4e73c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/streamly-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ common bench-depends
203203
fusion-plugin >= 0.2 && < 0.3
204204
if flag(inspection)
205205
build-depends: template-haskell >= 2.14 && < 2.24
206-
, inspection-testing >= 0.4 && < 0.6
206+
, inspection-testing >= 0.4 && < 0.7
207207
-- Array uses a Storable constraint in dev build making several inspection
208208
-- tests fail
209209
if flag(dev) && flag(inspection)

streamly.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ library
583583
frameworks: Cocoa
584584

585585
if flag(inspection)
586-
build-depends: inspection-testing >= 0.4 && < 0.6
586+
build-depends: inspection-testing >= 0.4 && < 0.7
587587

588588
-- Array uses a Storable constraint in dev build making several inspection
589589
-- tests fail

0 commit comments

Comments
 (0)