zre 0.1.5.1 → 0.1.5.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~networkPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: network
API changes (from Hackage documentation)
- Network.ZRE.Types: instance Data.Default.Class.Default Network.ZRE.Types.ZRECfg
+ Network.ZRE.Types: instance Data.Default.Internal.Default Network.ZRE.Types.ZRECfg
- Data.ZMQParse: data Get a
+ Data.ZMQParse: data () => Get a
- Data.ZMQParse: data PutM a
+ Data.ZMQParse: data () => PutM a
Files
- CHANGELOG.md +4/−0
- zre.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version [0.1.5.2](https://github.com/sorki/haskell-zre/compare/0.1.5.1...0.1.5.2) (2024-03-10)++* Allow `network 3.2`+ # Version [0.1.5.1](https://github.com/sorki/haskell-zre/compare/0.1.5.0...0.1.5.1) (2023-11-28) * Fix missing `void` import for GHC9.6.3
zre.cabal view
@@ -1,5 +1,5 @@ name: zre-version: 0.1.5.1+version: 0.1.5.2 synopsis: ZRE protocol implementation description: Peer-to-peer local area networking with reliable group messaging and automatic peer discovery.@@ -53,7 +53,7 @@ , attoparsec ^>= 0.14 , cereal , data-default- , network ^>= 3.1+ , network >= 3.1 && < 4 , network-bsd ^>= 2.8 , network-info ^>= 0.2 , network-multicast ^>= 0.3