dns 0.1.1 → 0.1.2
raw patch · 1 files changed
+8/−2 lines, 1 filesdep +network-bytestringdep ~haskell98dep ~networkPVP ok
version bump matches the API change (PVP)
Dependencies added: network-bytestring
Dependency ranges changed: haskell98, network
API changes (from Hackage documentation)
Files
- dns.cabal +8/−2
dns.cabal view
@@ -1,5 +1,5 @@ Name: dns-Version: 0.1.1+Version: 0.1.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -26,10 +26,16 @@ Network.DNS.StateBinary Network.DNS.Query Network.DNS.Response- Build-Depends: base >= 4 && < 5, haskell98,+ if impl(ghc >= 7)+ Build-Depends: base >= 4 && < 5, haskell98, binary, iproute, containers, mtl, bytestring, network >= 2.3+ else+ Build-Depends: base >= 4 && < 5, haskell98,+ binary, iproute,+ containers, mtl, bytestring,+ network, network-bytestring Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/dns.git