]> gitweb @ CieloNegro.org - haskell-dns.git/commitdiff
QueryType and QueryClass should also be exported.
authorPHO <pho@cielonegro.org>
Sat, 23 May 2009 04:52:34 +0000 (13:52 +0900)
committerPHO <pho@cielonegro.org>
Sat, 23 May 2009 04:52:34 +0000 (13:52 +0900)
Network/DNS/Message.hs

index 48bda1d1043bbf43ded6cd074d3b3d5290c38af0..17c037f7dba99a18a3c4457f670a5aaa017b5a54 100644 (file)
@@ -10,6 +10,9 @@ module Network.DNS.Message
     , DomainName
     , DomainLabel
     , TTL
+
+    , QueryType
+    , QueryClass
     , RecordType
     , RecordClass