]> gitweb @ CieloNegro.org - blackboard-dns.git/blobdiff - blackboard-dns.cabal
DB thingy
[blackboard-dns.git] / blackboard-dns.cabal
diff --git a/blackboard-dns.cabal b/blackboard-dns.cabal
new file mode 100644 (file)
index 0000000..abcfe9c
--- /dev/null
@@ -0,0 +1,30 @@
+Name:                blackboard-dns
+Version:             0.1
+Synopsis:            <Project description>
+Description:         <Project description>
+Category:            Network
+License:             PublicDomain
+Author:              PHO <pho at cielonegro.org>
+Maintainer:          PHO <pho at cielonegro.org>
+Stability:           Experimental
+Cabal-Version:       >= 1.2
+Build-Type:          Simple
+Extra-Source-Files:
+    data/GNUmakefile
+    data/GenDBModules.hs
+
+Executable blackboard-dns
+    Build-Depends:
+        HDBC, HDBC-sqlite3, base, haskelldb, haskelldb-hdbc-sqlite3
+
+    Other-Modules:
+        DDNS.DB
+        DDNS.DB.Records
+        DDNS.DB.Zones
+        DDNS.DBInfo
+
+    Main-Is:
+        Main.hs
+
+    GHC-Options:
+        -Wall