updating doc.

This commit is contained in:
Kazu Yamamoto 2017-11-07 15:31:12 +09:00
parent c077944223
commit 4b5377719a

View File

@ -6,6 +6,11 @@
-- library/daemon authors may need to use the lower-level one.
-- EDNS0 and TCP fallback are supported.
--
-- Examples:
--
-- >>> rs <- makeResolvSeed defaultResolvConf
-- >>> withResolver rs $ \resolver -> lookupA resolver "www.mew.org"
-- Right [210.130.207.72]
module Network.DNS (
-- * High level
module Network.DNS.Lookup