]> gitweb @ CieloNegro.org - blackboard-dns.git/blob - blackboard-dns.cabal
editzone
[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, dns, 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         DDNS.Server
30         DDNS.Server.EditZone
31         DDNS.Server.SignReq
32         DDNS.Utils
33         DDNS.Zone
34
35     Main-Is:
36         ServerMain.hs
37
38     GHC-Options:
39         -Wall
40
41 Executable bbdns-client
42     Build-Depends:
43         HsOpenSSL, base, bindings-uname, haskeline, mtl, parseargs,
44         unix
45
46     Other-Modules:
47         DDNS.Client.MakeReq
48         DDNS.Utils
49         System.Posix.Uname
50
51     Main-Is:
52         ClientMain.hs
53
54     GHC-Options:
55         -Wall