Skip to content

Commit ae29d45

Browse files
authored
Merge pull request #22 from adetokunbo/embed-ascii-char
Embed the latest version of ascii-char as a source directory
2 parents a3f37a4 + 7029a87 commit ae29d45

File tree

5 files changed

+417
-9
lines changed

5 files changed

+417
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
cabal: ["latest"]
22-
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6"]
22+
ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.6", "9.8.2", "9.10.1"]
2323
env:
2424
CONFIG: "--enable-tests --enable-benchmarks --flags=use-doc-tests"
2525
steps:

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 0.1.0.10 -- 2025-01-12
6+
7+
* Inline fromChar from ASCII.Superset, allowing it to be removed as a dependency
8+
9+
* Copy the latest version ASCII.Char from ascii-char into the package, removing
10+
it as a dependency
11+
512
## 0.1.0.9 -- 2025-01-06
613

714
* Expand upper bounds for megaparsec

0 commit comments

Comments
 (0)