]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
Drop two periods for consistency.
[haeredes.git] / haeredes.cabal
index e855984dc16a37c2d555711cb0e63d8f5c54b547..b53cb947f904983ba3aac0c7385f51f41821d2b9 100644 (file)
@@ -14,7 +14,7 @@ extra-source-files:
 synopsis:
   Confirm delegation of NS and MX records.
 description:
-  Haeredes is primarily useful for ISP network administrators
+  Haeredes is primarily useful for ISP network administrators.
   Customers will occasionally decide to switch hosts without alerting
   the current host; this can cause two problems:
   .
@@ -32,7 +32,8 @@ description:
       therefore important to remove domains from the old mail host as
       soon as the MX record is changed.
   .
-  Haeredes can alert administrators when NS/MX records are changed.
+  Haeredes can alert administrators when NS/MX records are changed. More
+  detail can be found in the man page.
   .
   /Examples/:
   .
@@ -72,6 +73,7 @@ executable haeredes
     bytestring                  == 0.10.*,
     cmdargs                     == 0.10.*,
     dns                         >= 0.3.7,
+    iproute                     == 1.2.*,
     MissingH                    == 1.2.*,
     parallel-io                 == 0.3.*
 
@@ -84,6 +86,7 @@ executable haeredes
   other-modules:
     CommandLine
     DNS
+    ExitCodes
 
   ghc-options:
     -Wall