Skip to content

Commit 19ddb9d

Browse files
Testing new workflows.
1 parent f50a63a commit 19ddb9d

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
call-workflow:
9-
uses: byteverse/.github/.github/workflows/build.yaml@main
10-
secrets: inherit
9+
uses: byteverse/.github/.github/workflows/build-matrix.yaml@matrix
1110
with:
12-
release: false
11+
cabal-file: contiguous.cabal

.github/workflows/release.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ on:
66

77
jobs:
88
call-workflow:
9-
uses: byteverse/.github/.github/workflows/build.yaml@main
9+
uses: byteverse/.github/.github/workflows/release.yaml@matrix
1010
secrets: inherit
11-
with:
12-
release: true

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for contiguous
22

3+
## 0.6.4.3 -- 2024-02-06
4+
5+
* Testing
6+
37
## 0.6.4.2 -- 2024-02-06
48

59
* Restore support for versions of base that do not export `liftA2`

contiguous.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: contiguous
3-
version: 0.6.4.2
3+
version: 0.6.4.3
44
homepage: https://github.com/byteverse/contiguous
55
bug-reports: https://github.com/byteverse/contiguous/issues
66
author: Andrew Martin
@@ -21,6 +21,8 @@ description:
2121
unified interface to working with `Array`, `SmallArray`,
2222
`PrimArray`, and `UnliftedArray`.
2323

24+
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1
25+
2426
common build-settings
2527
default-language: Haskell2010
2628
ghc-options: -Wall -Wunused-packages

0 commit comments

Comments
 (0)