Name: haxr Version: 3000.2.0 x-revision: 1 Cabal-version: >=1.2 Build-type: Simple Copyright: Bjorn Bringert, 2003-2006 License: BSD3 License-file: LICENSE Author: Bjorn Bringert Maintainer: Bjorn Bringert 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 < 2.6, HaXml >= 1.13 && < 1.14, HTTP >= 4000, dataenc, old-locale, old-time, time, array if flag(old-base) Build-Depends: base < 4 else Build-Depends: base >= 4 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