From ee8d2b9c69dd7dd4d47e5d88f47150770a15129a Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 24 Oct 2011 15:57:04 +0900 Subject: Supporting server side and brushing up. --- dns.cabal | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'dns.cabal') diff --git a/dns.cabal b/dns.cabal index 1d1856a..7c975ed 100644 --- a/dns.cabal +++ b/dns.cabal @@ -1,14 +1,11 @@ Name: dns -Version: 0.2.1 +Version: 0.3.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: DNS libary in Haskell -Description: DNS libary. Currently only resolver side - is supported. That is, this library includes - a composer of DNS query and a parser of DNS - response. +Description: DNS libary for clients and servers. Category: Network Cabal-Version: >= 1.6 Build-Type: Simple @@ -22,10 +19,10 @@ library Network.DNS.Lookup Network.DNS.Resolver Network.DNS.Types + Network.DNS.Encode + Network.DNS.Decode Other-Modules: Network.DNS.Internal Network.DNS.StateBinary - Network.DNS.Query - Network.DNS.Response if impl(ghc >= 7) Build-Depends: base >= 4 && < 5, binary, iproute, -- cgit v1.2.3