Skip to content

Commit 593f8f8

Browse files
Update version bounds of template-haskell and containers
1 parent 07428b8 commit 593f8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

streaming-benchmarks.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ common lib-options
9797
mtl >= 2.2.2 && < 2.4,
9898
random >= 1.0 && < 2.0,
9999
transformers >= 0.5.5 && < 0.7,
100-
template-haskell >= 2.14 && < 2.23
100+
template-haskell >= 2.14 && < 2.24
101101
if flag(use-gauge)
102102
build-depends: gauge >= 0.2.4 && < 0.3
103103
else
@@ -234,7 +234,7 @@ benchmark Sequence
234234
type: exitcode-stdio-1.0
235235
main-is: Benchmarks/Sequence.hs
236236
ghc-options: -main-is Benchmarks.Sequence
237-
build-depends: containers >= 0.5 && < 0.8
237+
build-depends: containers >= 0.5 && < 0.9
238238

239239
benchmark ByteString
240240
import: bench-options

0 commit comments

Comments
 (0)