@@ -114,8 +114,8 @@ library
114114 , Streamly.Statistics.Scanl
115115 build-depends : base >= 4.9 && < 5
116116 , streamly-core >= 0.3.0 && < 0.4.0
117- , containers >= 0.5 && < 0.8
118- , random >= 1.2 && < 1.3
117+ , containers >= 0.5 && < 0.9
118+ , random >= 1.2 && < 1.4
119119 , mwc-random >= 0.15 && < 0.16
120120 , deque >= 0.4.4 && < 0.4.5
121121 hs-source-dirs : src
@@ -128,11 +128,11 @@ test-suite test
128128 build-depends : streamly-statistics
129129 , streamly-core >= 0.3.0
130130 , base >= 4.9 && < 5
131- , QuickCheck >= 2.10 && < 2.16
131+ , QuickCheck >= 2.10 && < 2.19
132132 , hspec >= 2.0 && < 3
133133 , hspec-core >= 2.0 && < 3
134134 , random >= 1.0.0 && < 2
135- , containers >= 0.5 && < 0.8
135+ , containers >= 0.5 && < 0.9
136136 -- XXX Should remove these dependencies
137137 , vector >= 0.11 && < 0.14
138138 , statistics >= 0.15 && < 0.17
@@ -148,7 +148,7 @@ benchmark benchmark
148148 , base >= 4.9 && < 5
149149 , random >= 1.0.0 && < 2
150150 , deepseq >= 1.4.1 && < 1.6
151- , tasty-bench >= 0.3 && < 0.5
151+ , tasty-bench >= 0.3 && < 0.6
152152 , tasty >= 1.4.1 && < 1.6
153153 mixins : tasty-bench
154154 (Test.Tasty.Bench as Gauge
0 commit comments