File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
call-workflow :
9
- uses : byteverse/.github/.github/workflows/build.yaml@main
10
- secrets : inherit
9
+ uses : byteverse/.github/.github/workflows/build-matrix.yaml@matrix
11
10
with :
12
- release : false
11
+ cabal-file : contiguous.cabal
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
call-workflow :
9
- uses : byteverse/.github/.github/workflows/build .yaml@main
9
+ uses : byteverse/.github/.github/workflows/release .yaml@matrix
10
10
secrets : inherit
11
- with :
12
- release : true
Original file line number Diff line number Diff line change 1
1
# Revision history for contiguous
2
2
3
+ ## 0.6.4.3 -- 2024-02-06
4
+
5
+ * Testing
6
+
3
7
## 0.6.4.2 -- 2024-02-06
4
8
5
9
* Restore support for versions of base that do not export ` liftA2 `
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : contiguous
3
- version : 0.6.4.2
3
+ version : 0.6.4.3
4
4
homepage : https://github.com/byteverse/contiguous
5
5
bug-reports : https://github.com/byteverse/contiguous/issues
6
6
author : Andrew Martin
@@ -21,6 +21,8 @@ description:
21
21
unified interface to working with `Array`, `SmallArray`,
22
22
`PrimArray`, and `UnliftedArray`.
23
23
24
+ tested-with : GHC == 9.4.8 || == 9.6.3 || == 9.8.1
25
+
24
26
common build-settings
25
27
default-language : Haskell2010
26
28
ghc-options : -Wall -Wunused-packages
You can’t perform that action at this time.
0 commit comments