X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=c8cb1e5283f18ff0041c9df4e89e0aa551250d94;hp=a970d307a43e390e50159990d18890941895bd6a;hb=a9e293c277eebd06b4916a54342a866aba20ef4f;hpb=67a990c746599a0f64cffa8dd92157626fc4654e diff --git a/harbl.cabal b/harbl.cabal index a970d30..c8cb1e5 100644 --- a/harbl.cabal +++ b/harbl.cabal @@ -17,6 +17,8 @@ library build-depends: base >= 4.6 && < 5, bytestring >= 0.9, + cmdargs >= 0.10.6, + configurator >= 0.2, dns >= 2, iproute >= 1.4, parsec >= 3, @@ -74,12 +76,15 @@ executable harbl directory, filepath, harbl, - parsec >= 3 + parsec >= 3, + text main-is: Main.hs hs-source-dirs: harbl-cli/src + -- Other modules needed... + ghc-options: -Wall -fwarn-hi-shadowing