From 1bca8be5d201648d70854017e7772f74373fecdc Mon Sep 17 00:00:00 2001 From: huangyi Date: Wed, 2 Nov 2011 10:53:36 +0800 Subject: [PATCH] fix cabal file --- hosts-server.cabal | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/hosts-server.cabal b/hosts-server.cabal index c270046..af89b09 100644 --- a/hosts-server.cabal +++ b/hosts-server.cabal @@ -1,25 +1,28 @@ name: hosts-server -version: 0.1.0.0 +version: 0.1.0 synopsis: An dns server which is extremely easy to config. --- description: -homepage: http://www.yi-programmer.com/blog/ +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 -maintainer: yi.codeplayer@gmail.com +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 - , network - , data-default - , bytestring - , attoparsec - , iproute >= 1.2.4 && < 1.3.0 - , dns >= 0.3.0 && < 0.4.0 + GHC-Options: -Wall + main-is: Main.hs + build-depends: base + , network + , data-default + , bytestring + , attoparsec + , iproute >= 1.2.4 && < 1.3.0 + , dns >= 0.3.0 && < 0.4.0