]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - haeredes.cabal
doc: use POSIX shell syntax in the man page examples.
[haeredes.git] / haeredes.cabal
index 4ce5f67ac07e1781bf752d1f0f84d919ce9d025f..f4a41215862f6c5c88ec09a97592edb03df1a88e 100644 (file)
@@ -5,7 +5,7 @@ author:         Michael Orlitzky
 maintainer:    Michael Orlitzky <michael@orlitzky.com>
 license:        AGPL-3
 license-file:   doc/LICENSE
-homepage:       http://michael.orlitzky.com/code/haeredes.php
+homepage:       http://michael.orlitzky.com/code/haeredes.xhtml
 bug-reports:    mailto:michael@orlitzky.com
 category:       DNS, Utils
 build-type:     Simple
@@ -85,7 +85,6 @@ executable haeredes
     cmdargs                     >= 0.10,
     dns                         >= 1.4,
     iproute                     >= 1.2,
-    MissingH                    >= 1.2,
     parallel-io                 >= 0.3
 
   main-is:
@@ -98,6 +97,11 @@ executable haeredes
     CommandLine
     DNS
     ExitCodes
+    -- WARNING: the Paths_haeredes module is automatically generated by
+    -- Cabal itself. We don't want it included in the release tarballs,
+    -- since we typically want the paths that the user has configured.
+    -- Nevertheless, Cabal will complain if we don't include it here.
+    Paths_haeredes
     Timeout
 
   ghc-options:
@@ -136,5 +140,5 @@ test-suite doctests
 
 source-repository head
   type: git
-  location: http://michael.orlitzky.com/git/haeredes.git
+  location: http://gitweb.michael.orlitzky.com/haeredes.git
   branch: master