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
9 changes: 9 additions & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ jobs:
DISABLE_BENCH=y
ignore_error: false

- name: 9.8.1+streamly-core-0.3.0
ghc_version: 9.8.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
pack_options: >-
CABAL_PROJECT=cabal.project.d/streamly-core-0.3.0
ignore_error: false

- name: 9.8.1+streamly-core-0.2.3
ghc_version: 9.8.1
command: cabal-v2
Expand Down
4 changes: 4 additions & 0 deletions cabal.project.d/streamly-core-0.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages: streamly-bytestring.cabal

constraints:
streamly-core == 0.3.0.*
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
- .

extra-deps:
- streamly-core-0.2.3
- streamly-core-0.3.0

# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
flags:
Expand Down
2 changes: 1 addition & 1 deletion streamly-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library
|| == 0.12.0.*
|| == 0.12.1.*
|| == 0.12.2.*
, streamly-core >= 0.1.0 && < 0.3.1
, streamly-core >= 0.1.0 && < 0.4.1
default-language: Haskell2010

test-suite sb-test
Expand Down
Loading