]> gitweb.michael.orlitzky.com - dead/harbl.git/blobdiff - harbl.cabal
Clean up the configurator code in the CLI app.
[dead/harbl.git] / harbl.cabal
index a970d307a43e390e50159990d18890941895bd6a..e59c437936ea25da43fbea516370c33731563479 100644 (file)
@@ -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,
@@ -80,6 +81,8 @@ executable harbl
 
   hs-source-dirs: harbl-cli/src
 
+  -- Other modules needed...
+
   ghc-options:
     -Wall
     -fwarn-hi-shadowing