Name: dns Version: 0.3.6 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: DNS library in Haskell Description: DNS library for clients and servers. Category: Network Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: Test.hs, TestProtocol.hs library GHC-Options: -Wall Exposed-Modules: Network.DNS Network.DNS.Lookup Network.DNS.Resolver Network.DNS.Types Network.DNS.Encode Network.DNS.Decode Other-Modules: Network.DNS.Internal Network.DNS.StateBinary if impl(ghc >= 7) Build-Depends: base >= 4 && < 5 , attoparsec , attoparsec-conduit , binary , blaze-builder , bytestring , conduit >= 0.5 , containers , iproute >= 1.2.4 , mtl , network >= 2.3 , network-conduit , random else Build-Depends: base >= 4 && < 5 , attoparsec , attoparsec-conduit , binary , blaze-builder , bytestring , conduit , containers , iproute >= 1.2.4 , mtl , network , network-bytestring , network-conduit , random Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/dns.git