Skip to content

Commit

Permalink
Add ghc-9.8.1 in the CI and update stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Dec 1, 2023
1 parent 2a59c90 commit a831603
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,17 @@ jobs:

include:

- name: 9.8.1
ghc_version: 9.8.1
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0

- name: 9.6.2
ghc_version: 9.6.2
command: cabal-v2
runner: ubuntu-latest
cabal-version: 3.8.1.0
pack_options: >-
CABAL_PROJECT=cabal.project.user

- name: 9.4.4
ghc_version: 9.4.4
Expand Down
10 changes: 5 additions & 5 deletions cabal.project.user
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
packages: .

source-repository-package
type: git
location: https://github.com/composewell/streamly.git
tag: 98a6b06eac96005c711710241adb057d1ab26548
subdir: core
-- source-repository-package
-- type: git
-- location: https://github.com/composewell/streamly.git
-- tag: 98a6b06eac96005c711710241adb057d1ab26548
-- subdir: core

package streamly-bytestring
ghc-options: -Werror
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resolver: lts-20.14
resolver: lts-21.22

packages:
- .

extra-deps:
- streamly-core-0.1.0
- streamly-core-0.2.0

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

0 comments on commit a831603

Please sign in to comment.