From 7bbcc70690f45cff42c49c627a35284dafd40d8c Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 29 Aug 2025 21:26:09 +0530 Subject: [PATCH 1/2] Bump package to the next major version --- .github/workflows/haskell.yml | 6 ++++++ streamly-process.cabal | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index c93e61d..06e624c 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -60,6 +60,12 @@ jobs: fail-fast: false matrix: include: + - name: 9.10.1-Werror + ghc_version: 9.10.1 + build: cabal + runner: ubuntu-latest + cabal-version: 3.10.2.0 + cabal_project: cabal.project.d/master-Werror - name: 9.8.1-Werror ghc_version: 9.8.1 diff --git a/streamly-process.cabal b/streamly-process.cabal index 0cd0f0c..a078e59 100644 --- a/streamly-process.cabal +++ b/streamly-process.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: streamly-process -version: 0.3.1 +version: 0.4.0 synopsis: Use OS processes as stream transformation functions description: Use operating system (OS) commands in Haskell programs as if they were @@ -18,7 +18,10 @@ maintainer: streamly@composewell.com copyright: Composewell Technologies category: Streamly, Streaming, System stability: Experimental -tested-with: GHC==9.4.4 +tested-with: GHC==9.10.1 + , GHC==9.8.1 + , GHC==9.6.3 + , GHC==9.4.4 , GHC==9.2.7 , GHC==9.0.2 , GHC==8.10.7 From 8a99914a95d2688b83f8f100617da29d25b2f51e Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 29 Aug 2025 21:27:28 +0530 Subject: [PATCH 2/2] Update the CI --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 06e624c..798b536 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -150,7 +150,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/cache@v1 + - uses: actions/cache@v4 name: Restore cache with: path: |