distributed-process 0.7.5 → 0.7.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- ChangeLog +4/−0
- distributed-process.cabal +2/−2
ChangeLog view
@@ -1,3 +1,7 @@+2024-04-03 David Simmons-Duffin <dsd@caltech.edu> 0.7.6++* Bumped hashable upper bound.+ 2018-06-12 David Simmons-Duffin <dsd@caltech.edu> 0.7.5 * Bumped dependencies to build with ghc-9.8
distributed-process.cabal view
@@ -1,5 +1,5 @@ Name: distributed-process-Version: 0.7.5+Version: 0.7.6 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -43,7 +43,7 @@ Library Build-Depends: base >= 4.9 && < 5, binary >= 0.6.3 && < 0.10,- hashable >= 1.2.0.5 && <= 1.4.3.0,+ hashable >= 1.2.0.5 && < 1.5, network-transport >= 0.4.1.0 && < 0.6, stm >= 2.4 && < 2.6, transformers >= 0.2 && < 0.7,