Skip to content

Commit f55518a

Browse files
committed
Add an upper bound to streamly-core
1 parent 7157cd2 commit f55518a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamly-statistics.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ library
116116
Streamly.Statistics
117117
, Streamly.Statistics.Scanl
118118
build-depends: base >= 4.9 && < 5
119-
, streamly-core >= 0.3.0
119+
, streamly-core >= 0.3.0 && < 0.4.0
120120
, containers >= 0.5 && < 0.8
121121
, random >= 1.2 && < 1.3
122122
, mwc-random >= 0.15 && < 0.16

0 commit comments

Comments
 (0)