greskell-websocket 1.0.0.2 → 1.0.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hashtablesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashtables
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- greskell-websocket.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-websocket +## 1.0.0.3 -- 2024-11-21++* Confirm test with `hashtable-1.4`.+ ## 1.0.0.2 -- 2024-09-12 * Update dependency version bounds with cabal-plan-bounds.
greskell-websocket.cabal view
@@ -1,5 +1,5 @@ name: greskell-websocket-version: 1.0.0.2+version: 1.0.0.3 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -54,7 +54,7 @@ async ^>=2.2.4, stm ^>=2.5.0, websockets ^>=0.12.7 || ^>=0.13.0,- hashtables ^>=1.3,+ hashtables ^>=1.3 || ^>=1.4.0, safe-exceptions ^>=0.1.7, vector ^>=0.12.3 || ^>=0.13.0