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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
cabal: ["latest"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6"]
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
env:
CONFIG: "--enable-tests --enable-benchmarks --flags=use-doc-tests"
steps:
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

`redis-glob` uses [PVP Versioning][1].

## 0.1.0.10 -- 2025-01-12

* Inline fromChar from ASCII.Superset, allowing it to be removed as a dependency

* Copy the latest version ASCII.Char from ascii-char into the package, removing
it as a dependency

## 0.1.0.9 -- 2025-01-06

* Expand upper bounds for megaparsec
Expand Down
Loading
Loading