hosts-server-0.1.0: hosts-server.cabal
name: hosts-server
version: 0.1.0
synopsis: An dns server which is extremely easy to config.
description: An dns server which is extremely easy to config, you can config it like your hosts file.
homepage: https://github.com/yihuang/hosts-server
license: GPL-3
license-file: LICENSE
author: yihuang (yi.codeplayer@gmail.com)
maintainer: yihuang (yi.codeplayer@gmail.com)
category: Network
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/yihuang/hosts-server.git
executable hosts-server
GHC-Options: -Wall
main-is: Main.hs
build-depends: base >= 4 && < 5
, network
, data-default
, bytestring
, attoparsec
, iproute >= 1.2.4 && < 1.3.0
, dns >= 0.3.0 && < 0.4.0