network-bitcoin 1.2.2 → 1.3.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~aeson
Dependency ranges changed: aeson
Files
- network-bitcoin.cabal +5/−5
network-bitcoin.cabal view
@@ -1,5 +1,5 @@ Name: network-bitcoin-Version: 1.2.2+Version: 1.3.0 Synopsis: An interface to bitcoind. Description: This can be used to send Bitcoins, query balances, etc. It@@ -47,9 +47,9 @@ Network.Bitcoin.RawTransaction Network.Bitcoin.Types Network.Bitcoin.Wallet- - Build-depends: - aeson == 0.6.*,++ Build-depends:+ aeson >= 0.6.1 && < 0.7, bytestring >= 0.9 && < 0.11, attoparsec == 0.10.*, unordered-containers >= 0.2,@@ -58,7 +58,7 @@ text >= 0.11, vector >= 0.10, base == 4.*- + Source-repository head type: git location: git://github.com/wowus/network-bitcoin.git