-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdns-pipe-nmc.cabal
45 lines (44 loc) · 1.62 KB
/
pdns-pipe-nmc.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: pdns-pipe-nmc
version: 0.9.0.1
synopsis: Namecoin pipe backend for PowerDNS
description: Realtime bridge between Namecoin "d/" namespace
(http://namecoin.info/) and DNS implemented as
a pipe backend coprocess for PowerDns
(http://www.powerdns.com/).
homepage: http://www.average.org/pdns-pipe-nmc/
license: OtherLicense
license-file: LICENSE
author: Eugene Crosser
maintainer: [email protected]
copyright: 2014, Eugene Crosser
category: Database
build-type: Simple
extra-source-files: README.md, SPEC.md
cabal-version: >=1.10
executable pdns-pipe-nmc
main-is: pdns-pipe-nmc.hs
other-modules: Config
, JsonRpcClient
, NmcDom
, NmcRpc
, NmcTransform
, PowerDns
other-extensions: OverloadedStrings
build-depends: base
, bytestring
, text
, split
, containers
, aeson
, ConfigFile
, MissingH
, vector
, unordered-containers
, data-default >=0.5.1
, data-default-class >=0.0.1
, http-client >=0.2
, http-types >=0.6
, mtl >=2.0
, pretty-show
, time
default-language: Haskell98