Skip to content

Commit f73fe64

Browse files
committed
Relax upper bound on hashable, bump version
1 parent ae29d45 commit f73fe64

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

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

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

5+
## 0.1.0.11 -- 2025-01-04
6+
7+
* Expand upper bounds for hashable
8+
59
## 0.1.0.10 -- 2025-01-12
610

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

redis-glob.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: redis-glob
3-
version: 0.1.0.10
3+
version: 0.1.0.11
44
license: BSD-3-Clause
55
license-file: LICENSE
66
maintainer: adetokunbo@emio.la
@@ -39,7 +39,7 @@ library
3939
build-depends:
4040
, base >=4.11 && <5.0
4141
, bytestring >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13
42-
, hashable >=1.3.5 && <1.5
42+
, hashable >=1.3.5 && <1.7
4343
, megaparsec >=9.2.1 && <9.8
4444

4545
if impl(ghc >=8.4)

0 commit comments

Comments
 (0)