Skip to content

Commit

Permalink
Add a CI for streamly-core-master
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Dec 1, 2024
1 parent c6f65c9 commit c5eb90c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ jobs:

include:

- name: 9.10.1+streamly-core-master
ghc_version: 9.10.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
ignore_error: false
pack_options: >-
CABAL_PROJECT=cabal.project.Werror
- name: 9.8.1+streamly-core-0.2.2+text-2.1.1
ghc_version: 9.8.1
command: cabal-v2
Expand Down
1 change: 1 addition & 0 deletions .packcheck.ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.packcheck.ignore
.github/workflows/packcheck.yml
.gitignore
cabal.project.Werror
15 changes: 15 additions & 0 deletions cabal.project.Werror
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
packages: streamly-text.cabal

package streamly-text
ghc-options: -Werror

source-repository-package
type: git
location: https://github.com/composewell/streamly.git
tag: master

source-repository-package
type: git
location: https://github.com/composewell/streamly.git
tag: master
subdir: core

0 comments on commit c5eb90c

Please sign in to comment.