From 37bef504c07df43cb4745b1ddab5fcbfde8d310b Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 28 Oct 2025 16:44:53 +0530 Subject: [PATCH] Update the upper bound of base --- packdiff.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packdiff.cabal b/packdiff.cabal index ae9b3e5..8c837a5 100644 --- a/packdiff.cabal +++ b/packdiff.cabal @@ -37,9 +37,9 @@ library , Diff , Pretty -- other-extensions: - build-depends: base >= 4.10 && < 4.20 + build-depends: base >= 4.10 && < 4.22 , streamly-core >= 0.1.0 - , containers >= 0.6 && < 0.7 + , containers >= 0.6 && < 0.9 hs-source-dirs: src default-language: Haskell2010 @@ -47,8 +47,8 @@ executable packdiff import: compile-options main-is: Main.hs -- other-extensions: - build-depends: base >= 4.10 && < 4.20 - , streamly-core >= 0.1.0 + build-depends: base + , streamly-core , streamly-process >= 0.3.1 , packdiff , containers