Skip to content

Commit

Permalink
bump primitive upper bound to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed Jun 28, 2024
1 parent e91e47f commit f142310
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
${{ runner.os }}-
- name: Setup Haskell
uses: haskell/actions/setup@v1
uses: haskell-actions/setup@v2
with:
ghc-version: 9.2
cabal-version: 3.6
ghc-version: 9.6
cabal-version: 3.8

- name: Publish package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntuCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: 'recursive'

- name: Setup Haskell
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
id: setup-haskell-cabal # <--- give it a name for later cache usage
with:
ghc-version: ${{ matrix.ghc }}
Expand Down
4 changes: 2 additions & 2 deletions Z-Data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: Z-Data
version: 2.0.0.2
version: 2.0.1.0
synopsis: Array, vector and text
description: This package provides array, slice and text operations
license: BSD-3-Clause
Expand Down Expand Up @@ -185,7 +185,7 @@ library
, containers ^>=0.6
, deepseq ^>=1.4
, hashable >=1.3 && < 1.5
, primitive >=0.7.3 && <0.8
, primitive >=0.7.3 && <1.0
, QuickCheck >=2.10
, random >=1.2.0 && <1.3
, scientific >=0.3.7 && <0.4
Expand Down

0 comments on commit f142310

Please sign in to comment.