X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=99fc0900256c459126827c9f779958f9598861a5;hp=1d22e0cdca30dddd36f0221e5326f5da32418819;hb=6a3bcf3d23e43e6cbaedf2da8148122b1f56bba8;hpb=9c0dbbefd192b1fe55181c33f7052c978d18cd38 diff --git a/harbl.cabal b/harbl.cabal index 1d22e0c..99fc090 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,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