We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae29d45 commit f73fe64Copy full SHA for f73fe64
ChangeLog.md
@@ -2,6 +2,10 @@
2
3
`redis-glob` uses [PVP Versioning][1].
4
5
+## 0.1.0.11 -- 2025-01-04
6
+
7
+* Expand upper bounds for hashable
8
9
## 0.1.0.10 -- 2025-01-12
10
11
* Inline fromChar from ASCII.Superset, allowing it to be removed as a dependency
redis-glob.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
name: redis-glob
-version: 0.1.0.10
+version: 0.1.0.11
license: BSD-3-Clause
license-file: LICENSE
maintainer: adetokunbo@emio.la
@@ -39,7 +39,7 @@ library
39
build-depends:
40
, base >=4.11 && <5.0
41
, bytestring >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13
42
- , hashable >=1.3.5 && <1.5
+ , hashable >=1.3.5 && <1.7
43
, megaparsec >=9.2.1 && <9.8
44
45
if impl(ghc >=8.4)
0 commit comments