]> gitweb @ CieloNegro.org - blackboard-dns.git/blob - blackboard-dns.cabal
signreq
[blackboard-dns.git] / blackboard-dns.cabal
1 Name:                blackboard-dns
2 Version:             0.1
3 Synopsis:            <Project description>
4 Description:         <Project description>
5 Category:            Network
6 License:             PublicDomain
7 Author:              PHO <pho at cielonegro.org>
8 Maintainer:          PHO <pho at cielonegro.org>
9 Stability:           Experimental
10 Cabal-Version:       >= 1.2
11 Build-Type:          Configure
12 Extra-Source-Files:
13     blackboard-dns.buildinfo.in
14     configure
15     configure.ac
16     data/GNUmakefile
17     data/GenDBModules.hs
18
19 Executable bbdns-server
20     Build-Depends:
21         HDBC, HDBC-sqlite3, base, directory, filepath, haskelldb,
22         haskelldb-hdbc-sqlite3, parseargs, time
23
24     Other-Modules:
25         DDNS.DB
26         DDNS.DB.Records
27         DDNS.DB.Zones
28         DDNS.DBInfo
29
30     Main-Is:
31         ServerMain.hs
32
33     GHC-Options:
34         -Wall
35
36 Executable bbdns-client
37     Build-Depends:
38         HsOpenSSL, base, bindings-uname, haskeline, mtl, parseargs,
39         unix
40
41     Other-Modules:
42         System.Posix.Uname
43
44     Main-Is:
45         ClientMain.hs
46
47     GHC-Options:
48         -Wall