From 359e49868aee04a5df0b8f32e2d7619d48d1b565 Mon Sep 17 00:00:00 2001 From: Ilya Portnov Date: Sun, 25 Apr 2010 22:07:59 +0600 Subject: [PATCH] Update cabal file. --- yaml-rpc.cabal | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/yaml-rpc.cabal b/yaml-rpc.cabal index dacb6ec..a435bb5 100644 --- a/yaml-rpc.cabal +++ b/yaml-rpc.cabal @@ -1,7 +1,3 @@ --- yaml-rpc.cabal auto-generated by cabal init. For additional --- options, see --- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. --- The name of the package. Name: yaml-rpc -- The package version. See the Haskell package versioning policy @@ -13,10 +9,11 @@ Version: 0.1 Synopsis: Simple library for network (TCP/IP) YAML RPC -- A longer description of the package. --- Description: +Description: This library aimed to organize remote procedure call (RPC) + over TCP/IP network, using YAML as data serialization format. -- URL for the project homepage or repository. -Homepage: http://iportnov.ru/projects/yaml-rpc/ +Homepage: http://iportnov.ru/en/projects/yaml-rpc-0/ -- The license under which the package is released. License: LGPL-3 -- 1.7.2.3