Skip to content

Commit 2c4887d

Browse files
committed
Add a CI for streamly-core-master
1 parent 6d7ee78 commit 2c4887d

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/workflows/packcheck.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ jobs:
9292

9393
include:
9494

95+
- name: 9.10.1+streamly-core-master
96+
ghc_version: 9.10.1
97+
command: cabal-v2
98+
runner: ubuntu-latest
99+
cabal-version: 3.8.1.0
100+
ignore_error: false
101+
pack_options: >-
102+
CABAL_PROJECT=cabal.project.Werror
103+
95104
- name: 9.8.1+streamly-core-0.2.2+text-2.1.1
96105
ghc_version: 9.8.1
97106
command: cabal-v2

.packcheck.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.packcheck.ignore
22
.github/workflows/packcheck.yml
33
.gitignore
4+
cabal.project.Werror

cabal.project.Werror

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
packages: streamly-text.cabal
2+
3+
package streamly-text
4+
ghc-options: -Werror
5+
6+
source-repository-package
7+
type: git
8+
location: https://github.com/composewell/streamly.git
9+
tag: master
10+
11+
source-repository-package
12+
type: git
13+
location: https://github.com/composewell/streamly.git
14+
tag: master
15+
subdir: core

0 commit comments

Comments
 (0)