X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=6ae0bba189d9020e083abd14fa14b087b6aff60a;hp=1d22e0cdca30dddd36f0221e5326f5da32418819;hb=c4d41b93ec02ff4dc762163441ebefb0324e6f07;hpb=9c0dbbefd192b1fe55181c33f7052c978d18cd38 diff --git a/harbl.cabal b/harbl.cabal index 1d22e0c..6ae0bba 100644 --- a/harbl.cabal +++ b/harbl.cabal @@ -4,7 +4,7 @@ cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky category: Utils -license: GPL-3 +license: AGPL-3 license-file: doc/LICENSE build-type: Simple synopsis: @@ -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