X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl.cabal;h=c8cb1e5283f18ff0041c9df4e89e0aa551250d94;hp=e59c437936ea25da43fbea516370c33731563479;hb=db120344a7daa3f61d03c8fedebe95e022f61997;hpb=6eb7fe0f53b0d8690a821cce9257b8b1a17fdaad diff --git a/harbl.cabal b/harbl.cabal index e59c437..c8cb1e5 100644 --- a/harbl.cabal +++ b/harbl.cabal @@ -18,6 +18,7 @@ library base >= 4.6 && < 5, bytestring >= 0.9, cmdargs >= 0.10.6, + configurator >= 0.2, dns >= 2, iproute >= 1.4, parsec >= 3, @@ -75,7 +76,8 @@ executable harbl directory, filepath, harbl, - parsec >= 3 + parsec >= 3, + text main-is: Main.hs