Skip to content

Commit

Permalink
Merge pull request #124 from Bodigrim/patch-1
Browse files Browse the repository at this point in the history
Allow deepseq-1.5 and primitive-0.9 to support GHC 9.8
  • Loading branch information
kozross authored Feb 1, 2024
2 parents aeda224 + b65dd57 commit 4f92e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
- name: Set up Haskell
id: setup-haskell
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
stack-version: 'latest'
- name: Cache Stack global package DB
Expand Down
4 changes: 2 additions & 2 deletions vector-sized.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ library
, base >=4.14 && <5
, binary >=0.8.3.0
, comonad >=4 && <6
, deepseq >=1.1 && <1.5
, deepseq >=1.1 && <1.6
, distributive >=0.5 && <0.7
, finite-typelits >=0.1
, hashable >=1.2.4.0
, indexed-list-literals >=0.2.0.0
, primitive >=0.5 && <0.9
, primitive >=0.5 && <0.10
, indexed-traversable >=0.1.2 && <0.2
, vector >=0.12 && <0.14
default-language: Haskell2010

0 comments on commit 4f92e1a

Please sign in to comment.