From f392aa3a9105af46ee1e7522ad00f3508d068b88 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 17 Oct 2012 10:24:22 +0900 Subject: prevending haddock warnings. --- Network/DNS/Types.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Network/DNS/Types.hs b/Network/DNS/Types.hs index ce27046..cc74bda 100644 --- a/Network/DNS/Types.hs +++ b/Network/DNS/Types.hs @@ -8,17 +8,17 @@ module Network.DNS.Types ( -- * TYPE , TYPE (..), intToType, typeToInt, toType -- * DNS Format - , DNSFormat (DNSFormat), header, question, answer, authority, additional + , DNSFormat (..) -- * DNS Header - , DNSHeader (DNSHeader), identifier, flags, qdCount, anCount, nsCount, arCount + , DNSHeader (..) -- * DNS Flags - , DNSFlags (DNSFlags), qOrR, opcode, authAnswer, trunCation, recDesired, recAvailable, rcode + , DNSFlags (..) -- * DNS Body , QorR (..) , OPCODE (..) , RCODE (..) - , ResourceRecord (ResourceRecord), rrname, rrtype, rrttl, rdlen, rdata - , Question (Question), qname, qtype, makeQuestion + , ResourceRecord (..) + , Question (..) , RDATA (..) , responseA, responseAAAA ) where -- cgit v1.2.3