File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11.packcheck.ignore
22.github/workflows/packcheck.yml
33.gitignore
4+ cabal.project.Werror
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments