zre 0.1.2.0 → 0.1.3.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +5/−0
- zre.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+# Version [0.1.3.0](https://github.com/sorki/haskell-zre/compare/0.1.2.0...0.1.3.0) (2020-07-14)++* Cabal fixes+ * Relaxed base bound+ * `cabal-version: 2.0` # Version [0.1.2.0](https://github.com/sorki/haskell-zre/compare/0.1.1.0...0.1.2.0) (2020-07-10)
zre.cabal view
@@ -1,5 +1,5 @@ name: zre-version: 0.1.2.0+version: 0.1.3.0 synopsis: ZRE protocol implementation description: Peer-to-peer local area networking with reliable group messaging and automatic peer discovery.@@ -46,7 +46,7 @@ , Data.ZMQParse , Data.ZGossip , System.ZMQ4.Endpoint- build-depends: base ^>= 4.14+ build-depends: base >= 4 && < 5 , async , lifted-async , attoparsec ^>= 0.13