X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=99fc0900256c459126827c9f779958f9598861a5;hp=17e4fcaaf0a53a33f08fde39754bdb26da91da4f;hb=6a3bcf3d23e43e6cbaedf2da8148122b1f56bba8;hpb=0bc29e9d3da6fea72fa9ec9441c4595bd6a32f72 diff --git a/harbl.cabal b/harbl.cabal index 17e4fca..99fc090 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,11 @@ executable harbl Main.hs other-modules: - DnsblSite - IPv4Pattern + Network.DNS.RBL + Network.DNS.RBL.Domain + Network.DNS.RBL.IPv4Pattern + Network.DNS.RBL.Pretty + Network.DNS.RBL.Site hs-source-dirs: src/ @@ -55,6 +60,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