From 764f833948b878cae4c651ee40c88c2a6aa890cf Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 8 Sep 2025 16:54:35 +0530 Subject: [PATCH 1/3] Relax the bound for streamly-process --- packdiff.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packdiff.cabal b/packdiff.cabal index e8315f9..ae9b3e5 100644 --- a/packdiff.cabal +++ b/packdiff.cabal @@ -49,7 +49,7 @@ executable packdiff -- other-extensions: build-depends: base >= 4.10 && < 4.20 , streamly-core >= 0.1.0 - , streamly-process == 0.3.1.* + , streamly-process >= 0.3.1 , packdiff , containers hs-source-dirs: cli From cc3e28b16a70d42179f40bc94a5f9556e40521f7 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 8 Sep 2025 16:56:06 +0530 Subject: [PATCH 2/3] Fix the CI --- .github/workflows/packcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 0f491a0..5ab25a0 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -90,7 +90,7 @@ jobs: ghc-version: ${{ matrix.ghc_version }} cabal-version: ${{ matrix.cabal_version }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 name: Cache ~/.cabal with: path: ~/.cabal From f3845097985739a70d21bf86ca7c94e7ee39c66f Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 8 Sep 2025 16:56:58 +0530 Subject: [PATCH 3/3] Get latest dependency from hackage --- .github/workflows/packcheck.yml | 2 +- cabal.project.user | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 5ab25a0..792ddc7 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -22,7 +22,7 @@ jobs: # ------------------------------------------------------------------------ CABAL_CHECK_RELAX: y CABAL_NO_SANDBOX: y - CABAL_PROJECT: cabal.project.user + # CABAL_PROJECT: cabal.project.user # ------------------------------------------------------------------------ # Location of packcheck.sh diff --git a/cabal.project.user b/cabal.project.user index 211b081..e6fdbad 100644 --- a/cabal.project.user +++ b/cabal.project.user @@ -1,6 +1 @@ packages: . - -source-repository-package - type: git - location: https://github.com/composewell/streamly-process.git - tag: v0.3.1