packages feed

dns 0.1.0 → 0.1.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep −network-bytestringdep ~networkPVP ok

version bump matches the API change (PVP)

Dependencies removed: network-bytestring

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

dns.cabal view
@@ -1,5 +1,5 @@ Name:                   dns-Version:                0.1.0+Version:                0.1.1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3@@ -29,7 +29,7 @@   Build-Depends:        base >= 4 && < 5, haskell98,                         binary, iproute,                         containers, mtl, bytestring,-                        network, network-bytestring+                        network >= 2.3 Source-Repository head   Type:                 git   Location:             git://github.com/kazu-yamamoto/dns.git