]> gitweb @ CieloNegro.org - blackboard-dns.git/blobdiff - blackboard-dns.cabal
Split commands off
[blackboard-dns.git] / blackboard-dns.cabal
index 14afaa7dde80d9cfdac58cd316da3adeb7044534..975e5413291762e31eddde92c0a998ac18ead35b 100644 (file)
@@ -18,7 +18,7 @@ Extra-Source-Files:
 
 Executable bbdns-server
     Build-Depends:
-        HDBC, HDBC-sqlite3, base, directory, filepath, haskelldb,
+        HDBC, HDBC-sqlite3, base, directory, dns, filepath, haskelldb,
         haskelldb-hdbc-sqlite3, parseargs, time
 
     Other-Modules:
@@ -26,6 +26,11 @@ Executable bbdns-server
         DDNS.DB.Records
         DDNS.DB.Zones
         DDNS.DBInfo
+        DDNS.Server
+        DDNS.Server.EditZone
+        DDNS.Server.SignReq
+        DDNS.Utils
+        DDNS.Zone
 
     Main-Is:
         ServerMain.hs
@@ -39,6 +44,8 @@ Executable bbdns-client
         unix
 
     Other-Modules:
+        DDNS.Client.MakeReq
+        DDNS.Utils
         System.Posix.Uname
 
     Main-Is: