X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=99fc0900256c459126827c9f779958f9598861a5;hp=60965dd717eb964fe363e482630652393f663f8a;hb=ecd15b8e60f56ea8e4ceb464c0a5e677e5d17376;hpb=14c501103f29099e4a664696edc71551cf9d23ab diff --git a/harbl.cabal b/harbl.cabal index 60965dd..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,10 +26,11 @@ executable harbl Main.hs other-modules: - Domain - DnsblSite - IPv4Pattern - Pretty + Network.DNS.RBL + Network.DNS.RBL.Domain + Network.DNS.RBL.IPv4Pattern + Network.DNS.RBL.Pretty + Network.DNS.RBL.Site hs-source-dirs: src/ @@ -57,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