From f55518a67a261a46652cd29cd3b3fd34c3ae8211 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 22 Sep 2025 14:36:19 +0530 Subject: [PATCH] Add an upper bound to streamly-core --- streamly-statistics.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly-statistics.cabal b/streamly-statistics.cabal index 2af9626..c59e2c4 100644 --- a/streamly-statistics.cabal +++ b/streamly-statistics.cabal @@ -116,7 +116,7 @@ library Streamly.Statistics , Streamly.Statistics.Scanl build-depends: base >= 4.9 && < 5 - , streamly-core >= 0.3.0 + , streamly-core >= 0.3.0 && < 0.4.0 , containers >= 0.5 && < 0.8 , random >= 1.2 && < 1.3 , mwc-random >= 0.15 && < 0.16