From c0a0c9273b5b40711bbd1d6a0e17b16bb389e079 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 13 Sep 2013 10:01:46 +0900 Subject: [PATCH] Brushing up doc. --- Network/DNS.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Network/DNS.hs b/Network/DNS.hs index 3696e55..9e95114 100644 --- a/Network/DNS.hs +++ b/Network/DNS.hs @@ -1,6 +1,7 @@ --- | The Network.DNS module re-exports all other exposed modules for +-- | A thread-safe DNS library for both clients and servers written +-- in pure Haskell. +-- The Network.DNS module re-exports all other exposed modules for -- convenience. --- -- Applications will most likely use the high-level interface, while -- library/daemon authors may need to use the lower-level one. --