Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -144,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v1
- uses: actions/cache@v4
name: Restore cache
with:
path: |
Expand Down
7 changes: 5 additions & 2 deletions streamly-process.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading