summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dns.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns.cabal b/dns.cabal
index 7432b9f..d6b10d9 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -4,7 +4,7 @@ Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
License-File: LICENSE
-Synopsis: DNS libary
+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
@@ -25,3 +25,6 @@ library
binary, iproute,
containers, mtl, bytestring,
network, network-bytestring
+Source-Repository head
+ Type: git
+ Location: git://github.com/kazu-yamamoto/dns.git