Skip to content

Commit

Permalink
try base-4.16.0.0 instead of head
Browse files Browse the repository at this point in the history
try with ghc version 9.2.0.20210422

upgrade ghc-prim version to <= 0.8

Fix review comments

Change ghc version to 9.2 instead of 9.2.0
  • Loading branch information
rnjtranjan committed Aug 5, 2021
1 parent 161c016 commit 4da89f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# packcheck environment variables
LC_ALL: C.UTF-8
BUILD: ${{ matrix.build }}
GHCVER: ${{ matrix.ghc_version }}
#GHCVER: ${{ matrix.ghc_version }}
DISABLE_DOCS: ${{ matrix.disable_docs }}
DISABLE_TEST: ${{ matrix.disable_test }}
DISABLE_DIST_CHECKS: ${{ matrix.disable_dist_checks }}
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
fail-fast: false
matrix:
name:
- ghc_HEAD
- 9.0.1
- 8.10.4+stack
- 8.10.4+macOS
Expand All @@ -63,6 +64,12 @@ jobs:
- 8.4.4+debug
cabal_version: ["3.4"]
include:
- name: ghc_HEAD
ghc_version: 9.2
build: cabal-v2
cabal_build_options: "--allow-newer"
disable_sdist_build: "y"
runner: ubuntu-latest
- name: 9.0.1
ghc_version: 9.0.1
build: cabal-v2
Expand Down
2 changes: 1 addition & 1 deletion streamly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ library
, deepseq >= 1.4.1 && < 1.5
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.8
, ghc-prim >= 0.2 && <= 0.8
, mtl >= 2.2 && < 3
, primitive >= 0.5.4 && < 0.8
, transformers >= 0.4 && < 0.6
Expand Down

0 comments on commit 4da89f2

Please sign in to comment.