diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f7793c..962f05f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | diff --git a/.github/workflows/ubuntuCI.yml b/.github/workflows/ubuntuCI.yml index a6574fb..27b61a2 100644 --- a/.github/workflows/ubuntuCI.yml +++ b/.github/workflows/ubuntuCI.yml @@ -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 }} diff --git a/Z-Data.cabal b/Z-Data.cabal index f01d984..6cbcd21 100644 --- a/Z-Data.cabal +++ b/Z-Data.cabal @@ -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 @@ -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