X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=6ae0bba189d9020e083abd14fa14b087b6aff60a;hp=17e4fcaaf0a53a33f08fde39754bdb26da91da4f;hb=c4d41b93ec02ff4dc762163441ebefb0324e6f07;hpb=0bc29e9d3da6fea72fa9ec9441c4595bd6a32f72 diff --git a/harbl.cabal b/harbl.cabal index 17e4fca..6ae0bba 100644 --- a/harbl.cabal +++ b/harbl.cabal @@ -16,6 +16,8 @@ description: executable harbl build-depends: base >= 4.6 && < 5, + dns >= 2, + iproute >= 1.4, parsec >= 3, tasty >= 0.8, tasty-hunit >= 0.8 @@ -24,8 +26,12 @@ executable harbl Main.hs other-modules: - DnsblSite - IPv4Pattern + Network.DNS.RBL + Network.DNS.RBL.Domain + Network.DNS.RBL.Host + Network.DNS.RBL.IPv4Pattern + Network.DNS.RBL.Pretty + Network.DNS.RBL.Site hs-source-dirs: src/ @@ -55,6 +61,8 @@ test-suite testsuite main-is: TestSuite.hs build-depends: base >= 4.6 && < 5, + dns >= 2, + iproute >= 1.4, parsec >= 3, tasty >= 0.8, tasty-hunit >= 0.8