concurrent-dns-cache 0.1.1 → 0.1.2
raw patch · 2 files changed
+4/−7 lines, 2 filesdep ~dnsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dns
API changes (from Hackage documentation)
Files
Network/DNS/Cache/Types.hs view
@@ -4,7 +4,6 @@ , Value(..) , Entry , Result(..)- , TTL , HostAddress , Domain , DNSError(..)@@ -26,8 +25,6 @@ instance Show Value where show (Value a _) = show a--type TTL = Int -- | Information of positive result. data Result =
concurrent-dns-cache.cabal view
@@ -1,5 +1,5 @@ Name: concurrent-dns-cache-Version: 0.1.1+Version: 0.1.2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3@@ -24,7 +24,7 @@ , async , bytestring >= 0.10.4.0 , containers- , dns < 3+ , dns >= 3 , iproute , lifted-base , monad-control@@ -45,7 +45,7 @@ , bytestring >= 0.10.4.0 , concurrent-dns-cache , containers- , dns < 3+ , dns >= 3 , iproute , lifted-base , monad-control@@ -64,7 +64,7 @@ Build-Depends: base >= 4 && < 5 , async , concurrent-dns-cache- , dns < 3+ , dns >= 3 , hspec Source-Repository head