packages feed

mDNSResponder-client 1.0.1 → 1.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for mDNSResponder-client +## 1.0.2  -- 2017-01-11++* Bump version bounds for 'base'.+ ## 1.0.1  -- 2017-01-03  * Include dns_sd.h to make building portable (running still requires the
mDNSResponder-client.cabal view
@@ -1,5 +1,5 @@ name:                mDNSResponder-client-version:             1.0.1+version:             1.0.2 synopsis:            Library for talking to the mDNSResponder daemon. description:             On OS X, iOS, and Bonjour for Windows, mDNSResponder is@@ -24,7 +24,7 @@  library   exposed-modules:     Network.DNS.MDNSResponder.Client-  build-depends:       base >=4.9 && <4.10,+  build-depends:       base >=4.9 && <4.11,                        network >=2.6.3.1 && <2.7,                        bytestring >=0.10.8.1 && <0.11,                        network-msg >=0.8 && <0.9,