diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index c93e61d..798b536 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 @@ -144,7 +150,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/cache@v1 + - uses: actions/cache@v4 name: Restore cache with: path: | 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