Update cabal file.
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