haxr-3000.5: haxr.cabal
Name: haxr
Version: 3000.5
Cabal-version: >=1.2
Build-type: Simple
Copyright: Bjorn Bringert, 2003-2006
License: BSD3
License-file: LICENSE
Author: Bjorn Bringert <bjorn@bringert.net>
Maintainer: Gracjan Polak <gracjanpolak@gmail.com>
Homepage: http://www.haskell.org/haxr/
Category: Network
Synopsis: XML-RPC client and server library.
Description:
HaXR is a library for writing XML-RPC
client and server applications in Haskell.
Flag old-base
description: Old, monolithic base
default: False
Library
Build-depends: base < 4, mtl, network, HaXml >= 1.20 && < 1.21, HTTP >= 4000, dataenc, old-locale, old-time, time, array, utf8-string, bytestring, pretty
Exposed-Modules:
Network.XmlRpc.Client,
Network.XmlRpc.Server,
Network.XmlRpc.Internals,
Network.XmlRpc.Introspect
Other-Modules:
Network.XmlRpc.Base64,
Network.XmlRpc.DTD_XMLRPC
Extensions: OverlappingInstances, TypeSynonymInstances, FlexibleInstances