haskoin 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- haskoin.cabal +2/−2
- prodnet/Network/Haskoin/Constants.hs +1/−1
- testnet/Network/Haskoin/Constants.hs +1/−1
haskoin.cabal view
@@ -1,5 +1,5 @@ name: haskoin-version: 0.1.0.1+version: 0.1.0.2 synopsis: Implementation of the Bitcoin protocol. description: Haskoin is a package providing an implementation of the Bitcoin protocol@@ -125,7 +125,7 @@ deepseq >= 1.3 && < 1.4, either >= 4.3 && < 4.4, json-rpc >= 0.2.0.1 && < 0.3,- mtl >= 2.2 && < 2.3, + mtl >= 2.1 && < 2.3, pbkdf >= 1.1 && < 1.2, split >= 0.2 && < 0.3, text >= 1.1 && < 1.2,
prodnet/Network/Haskoin/Constants.hs view
@@ -54,7 +54,7 @@ -- | User agent of this haskoin package haskoinUserAgent :: String-haskoinUserAgent = "/haskoin:0.1.0.1/"+haskoinUserAgent = "/haskoin:0.1.0.2/" -- | Default port defaultPort :: Int
testnet/Network/Haskoin/Constants.hs view
@@ -54,7 +54,7 @@ -- | User agent of this haskoin package haskoinUserAgent :: String-haskoinUserAgent = "/haskoin-testnet:0.1.0.1/"+haskoinUserAgent = "/haskoin-testnet:0.1.0.2/" -- | Default port defaultPort :: Int