X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=haeredes.cabal;h=f4a41215862f6c5c88ec09a97592edb03df1a88e;hp=4ce5f67ac07e1781bf752d1f0f84d919ce9d025f;hb=7b1f25b5a8f60c2f388eff66a4532f424820e1d6;hpb=a896a1012dcceba38d7344e03bd784b17243fad7 diff --git a/haeredes.cabal b/haeredes.cabal index 4ce5f67..f4a4121 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -5,7 +5,7 @@ author: Michael Orlitzky maintainer: Michael Orlitzky 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