packages feed

haskoin-node 0.9.15 → 0.9.16

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~haskoin-coredep ~rocksdb-query

Dependency ranges changed: haskoin-core, rocksdb-query

Files

CHANGELOG.md view
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.9.16+### Added+- Lower bound versions for some dependencies.+ ## 0.9.15 ### Changed - Update to support new `NetworkAddress` data structure from `haskoin-core`.
haskoin-node.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 481a6b7e96adbb2518564c3c57025c502cfec831e0b7c0d9c4e6dc75507b8b7d+-- hash: 06fee6ff6ad8e216f353bb90fadf1bfd26beb1bc0b8fe56bbb1142e60f1cbcca  name:           haskoin-node-version:        0.9.15+version:        0.9.16 synopsis:       Haskoin Node P2P library for Bitcoin and Bitcoin Cash description:    Bitcoin and Bitcoin Cash peer-to-peer protocol library featuring headers-first synchronisation. category:       Bitcoin, Finance, Network@@ -46,7 +46,7 @@     , containers     , data-default     , hashable-    , haskoin-core+    , haskoin-core >=0.10.1     , monad-logger     , mtl     , network@@ -54,7 +54,7 @@     , random     , resourcet     , rocksdb-haskell-    , rocksdb-query+    , rocksdb-query >=0.3.1     , string-conversions     , text     , time@@ -81,7 +81,7 @@     , containers     , data-default     , hashable-    , haskoin-core+    , haskoin-core >=0.10.1     , haskoin-node     , hspec     , monad-logger@@ -91,7 +91,7 @@     , random     , resourcet     , rocksdb-haskell-    , rocksdb-query+    , rocksdb-query >=0.3.1     , safe     , string-conversions     , text