From 19ddb9dc042f8e40da349b3f99656209ebb56be4 Mon Sep 17 00:00:00 2001 From: Brian McKeon Date: Tue, 6 Feb 2024 14:14:28 -0500 Subject: [PATCH] Testing new workflows. --- .github/workflows/build.yaml | 5 ++--- .github/workflows/release.yaml | 4 +--- CHANGELOG.md | 4 ++++ contiguous.cabal | 4 +++- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 085bbaf..c695dde 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,6 @@ on: jobs: call-workflow: - uses: byteverse/.github/.github/workflows/build.yaml@main - secrets: inherit + uses: byteverse/.github/.github/workflows/build-matrix.yaml@matrix with: - release: false + cabal-file: contiguous.cabal diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd0bbd5..9f43aa1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,5 @@ on: jobs: call-workflow: - uses: byteverse/.github/.github/workflows/build.yaml@main + uses: byteverse/.github/.github/workflows/release.yaml@matrix secrets: inherit - with: - release: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 7082909..44a29ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for contiguous +## 0.6.4.3 -- 2024-02-06 + +* Testing + ## 0.6.4.2 -- 2024-02-06 * Restore support for versions of base that do not export `liftA2` diff --git a/contiguous.cabal b/contiguous.cabal index a6f2484..b4fc275 100644 --- a/contiguous.cabal +++ b/contiguous.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: contiguous -version: 0.6.4.2 +version: 0.6.4.3 homepage: https://github.com/byteverse/contiguous bug-reports: https://github.com/byteverse/contiguous/issues author: Andrew Martin @@ -21,6 +21,8 @@ description: unified interface to working with `Array`, `SmallArray`, `PrimArray`, and `UnliftedArray`. +tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1 + common build-settings default-language: Haskell2010 ghc-options: -Wall -Wunused-packages