network-bitcoin 1.2.1 → 1.2.2
raw patch · 1 files changed
+5/−3 lines, 1 filesdep +attoparsecdep +unordered-containersdep ~aesondep ~bytestring
Dependencies added: attoparsec, unordered-containers
Dependency ranges changed: aeson, bytestring
Files
- network-bitcoin.cabal +5/−3
network-bitcoin.cabal view
@@ -1,5 +1,5 @@ Name: network-bitcoin-Version: 1.2.1+Version: 1.2.2 Synopsis: An interface to bitcoind. Description: This can be used to send Bitcoins, query balances, etc. It@@ -49,8 +49,10 @@ Network.Bitcoin.Wallet Build-depends: - aeson >= 0.6.1,- bytestring >= 0.9,+ aeson == 0.6.*,+ bytestring >= 0.9 && < 0.11,+ attoparsec == 0.10.*,+ unordered-containers >= 0.2, HTTP >= 4000, network >= 2.3, text >= 0.11,