X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=e59c437936ea25da43fbea516370c33731563479;hp=91ae36095160a4a53d0d4dc64ce1d0cc00a2dbfa;hb=b47aaa60a797aee4ecdcd5535ed40c1a7b15ddce;hpb=5c8702f0be60474482c587ba353e01ddf24f79cc diff --git a/harbl.cabal b/harbl.cabal index 91ae360..e59c437 100644 --- a/harbl.cabal +++ b/harbl.cabal @@ -17,6 +17,7 @@ library build-depends: base >= 4.6 && < 5, bytestring >= 0.9, + cmdargs >= 0.10.6, dns >= 2, iproute >= 1.4, parsec >= 3, @@ -26,6 +27,7 @@ library exposed-modules: Network.DNS.RBL Network.DNS.RBL.Tests + Network.DNS.RBL.Weight other-modules: Network.DNS.RBL.Domain.Digit @@ -79,6 +81,8 @@ executable harbl hs-source-dirs: harbl-cli/src + -- Other modules needed... + ghc-options: -Wall -fwarn-hi-shadowing