Skip to content

Commit

Permalink
Testing new workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjosephmckeon committed Feb 6, 2024
1 parent f50a63a commit 19ddb9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 3 additions & 1 deletion contiguous.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 19ddb9d

Please sign in to comment.