Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ jobs:
matrix:
include:
# Linux
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.10.7" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.0.1" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.6.6" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.8.2" }
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.10.1" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "8.10.7" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.0.1" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.6.7" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.8.2" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.10.2" }
- { cabal: "3.14", os: ubuntu-latest, ghc: "9.12.2" }
fail-fast: false

steps:
Expand Down
3 changes: 3 additions & 0 deletions fixed-vector-QC/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.0.0.0
-------
* Initial release
3 changes: 3 additions & 0 deletions fixed-vector-aeson/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2.0.0.0
-------
* Initial release
23 changes: 12 additions & 11 deletions fixed-vector-binary/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changes in 1.0.0.2
1.0.0.2
-------
* GHC 8.6+ compatibility for tests as well

* GHC 8.6+ compatibility for tests as well
1.0.0.1
-------
* GHC 8.6 compatibility

Changes in 1.0.0.1
1.0.0.0
-------
* Compatibility with fixed-vector-1.0

* GHC 8.6 compatibility

Changes in 1.0.0.0

* Compatibility with fixed-vector-1.0
Changes in 0.6.0.0

* Initial release
0.6.0.0
-------
* Initial release
24 changes: 12 additions & 12 deletions fixed-vector-cborg/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changes in 1.0.0.2
1.0.0.2
-------
* GHC 8.6+ compatibility for tests as well

* GHC 8.6+ compatibility for tests as well
1.0.0.1
-------
* GHC 8.6 compatibility

Changes in 1.0.0.1
1.0.0.0
-------
* Compatibility with fixed-vector-1.0

* GHC 8.6 compatibility

Changes in 1.0.0.0

* Compatibility with fixed-vector-1.0

Changes in 0.6.0.0

* Initial release
0.6.0.0
-------
* Initial release
24 changes: 12 additions & 12 deletions fixed-vector-cereal/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changes in 1.0.0.2
1.0.0.2
-------
* GHC 8.6+ compatibility for tests as well

* GHC 8.6+ compatibility for tests as well
1.0.0.1
-------
* GHC 8.6 compatibility

Changes in 1.0.0.1
1.0.0.0
-------
* Compatibility with fixed-vector-1.0

* GHC 8.6 compatibility

Changes in 1.0.0.0

* Compatibility with fixed-vector-1.0

Changes in 0.6.0.0

* Initial release
0.6.0.0
-------
* Initial release
Loading
Loading