Name: dns Version: 0.3.7 x-revision: 3 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.10 Build-Type: Simple Library Default-Language: Haskell2010 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 && < 4.11 , attoparsec , attoparsec-conduit , binary , blaze-builder , bytestring , conduit >= 0.5 , containers , iproute >= 1.2.4 , mtl , network >= 2.3 && < 2.9 , network-conduit < 1.1 , random else Build-Depends: base >= 4 && < 4.11 , attoparsec , attoparsec-conduit , binary , blaze-builder , bytestring , conduit , containers , iproute >= 1.2.4 , mtl , network , network-bytestring , network-conduit < 1.1 , random Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: test, . Ghc-Options: -Wall Main-Is: Spec.hs Other-Modules: EncodeSpec LookupSpec Build-Depends: base , attoparsec , attoparsec-conduit , binary , blaze-builder , bytestring , conduit >= 0.5 , containers , dns , hspec , iproute >= 1.2.4 , mtl , network >= 2.3 && < 2.9 , network-conduit < 1.1 , random Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/dns.git