Skip to content

Commit 22fa473

Browse files
committed
Add CI for lastest streamly-core hackage and latest master
1 parent ff507f4 commit 22fa473

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/packcheck.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ jobs:
111111
DISABLE_BENCH=y
112112
ignore_error: false
113113

114+
- name: 9.8.1+streamly-core-0.3.0
115+
ghc_version: 9.8.1
116+
command: cabal-v2
117+
runner: ubuntu-latest
118+
cabal-version: 3.8.1.0
119+
pack_options: >-
120+
CABAL_PROJECT=cabal.project.d/streamly-core-0.3.0
121+
ignore_error: false
122+
114123
- name: 9.8.1+streamly-core-0.2.3
115124
ghc_version: 9.8.1
116125
command: cabal-v2
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
packages: streamly-bytestring.cabal
2+
3+
constraints:
4+
streamly-core == 0.3.0.*

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
- .
55

66
extra-deps:
7-
- streamly-core-0.2.3
7+
- streamly-core-0.3.0
88

99
# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
1010
flags:

0 commit comments

Comments
 (0)