Name: yaml-rpc -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 0.1 -- A short (one-line) description of the package. Synopsis: Simple library for network (TCP/IP) YAML RPC -- A longer description of the package. 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/en/projects/yaml-rpc-0/ -- The license under which the package is released. License: LGPL-3 -- The file containing the license text. License-file: LICENSE -- The package author(s). Author: Ilya V. Portnov -- An email address to which users can send suggestions, bug reports, -- and patches. Maintainer: portnov84@rambler.ru -- A copyright notice. -- Copyright: Category: Network Build-type: Simple -- Extra files to be distributed with the package, such as examples or -- a README. Extra-source-files: README Test.hs TestCall.hs -- Constraint on the version of Cabal needed to build this package. Cabal-version: >=1.4 Library -- Modules exported by the library. Exposed-modules: Network.YAML.Derive, Network.YAML.Server, Network.YAML.Caller, Network.YAML.Dispatcher, Network.YAML.Instances, Network.YAML.Base, Network.YAML.WrapMethods, Network.YAML.Balancer, Network.YAML -- Packages needed in order to build this package. Build-depends: yaml, data-object-yaml, network, template-haskell, bytestring, data-object, data-default, base >= 3 && <= 5, mtl, convertible-text, containers, random -- Modules not exported by this package. -- Other-modules: -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source. -- Build-tools: