Skip to content

Commit

Permalink
Use the latest release in the CI over master
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 20, 2024
1 parent 00ca6da commit af6c526
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@ jobs:

include:

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

- name: 9.6.2+Werror
- name: 9.6.2+streamly-core-0.2.1
ghc_version: 9.6.2
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
pack_options: >-
CABAL_PROJECT=cabal.project.d/master-Werror
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.1
ignore_error: true

- name: 9.4.4+streamly-core-0.2.0
Expand All @@ -134,7 +134,7 @@ jobs:
runner: ubuntu-latest
cabal-version: 3.2
pack_options: >-
CABAL_PROJECT=cabal.project.d/master
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
ignore_error: false

- name: 8.10.7+bytestring-0.10.12
Expand All @@ -159,7 +159,7 @@ jobs:
runner: macos-latest
cabal_version: 3.4
pack_options: >-
CABAL_PROJECT=cabal.project.d/master
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
ignore_error: false

- name: 8.8.4
Expand All @@ -168,7 +168,7 @@ jobs:
runner: ubuntu-latest
cabal-version: 3.2
pack_options: >-
CABAL_PROJECT=cabal.project.d/master
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
ignore_error: false

- name: 8.6.5
Expand All @@ -177,7 +177,7 @@ jobs:
runner: ubuntu-latest
cabal-version: 3.2
pack_options: >-
CABAL_PROJECT=cabal.project.d/master
CABAL_PROJECT=cabal.project.d/streamly-core-0.2.2
ignore_error: false

- name: hlint
Expand Down
4 changes: 4 additions & 0 deletions cabal.project.d/streamly-core-0.2.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages: streamly-bytestring.cabal

constraints:
streamly-core == 0.2.1.*
4 changes: 4 additions & 0 deletions cabal.project.d/streamly-core-0.2.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages: streamly-bytestring.cabal

constraints:
streamly-core == 0.2.2.*

0 comments on commit af6c526

Please sign in to comment.