xml2json-0.1.0.1: xml2json.cabal
-- Initial xml2json.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
-- The name of the package.
name: xml2json
-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.1
-- A short (one-line) description of the package.
synopsis: translate xml to json
-- A longer description of the package.
-- description:
homepage: http://github.com/yihuang/xml2json
-- The license under which the package is released.
license: BSD3
-- The file containing the license text.
license-file: LICENSE
-- The package author(s).
author: yihuang
-- An email address to which users can send suggestions, bug reports, and
-- patches.
maintainer: yi.codeplayer@gmail.com
-- A copyright notice.
-- copyright:
category: Text
build-type: Simple
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/yihuang/xml2json
library
ghc-options: -Wall -O2
-- Modules exported by the library.
exposed-modules: Text.XML.ToJSON
, Text.XML.ToJSON.Builder
-- Modules included in this library but not exported.
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base ==4.*
, transformers >=0.2
, bytestring >=0.9
, text >=0.11
, blaze-builder ==0.3.*
, case-insensitive ==0.4.*
, unordered-containers >=0.2
, vector >=0.9
, vector >=0.9
, attoparsec ==0.10.*
, aeson ==0.6.*
, conduit ==0.5.*
, blaze-builder-conduit ==0.5.*
, attoparsec-conduit ==0.5.*
, tagstream-conduit ==0.5.*
executable xml2json
main-is: Main.hs
ghc-options: -Wall -O2
build-depends: base ==4.*
, transformers >=0.2
, bytestring >=0.9
, text >=0.11
, blaze-builder ==0.3.*
, case-insensitive ==0.4.*
, unordered-containers >=0.2
, vector >=0.9
, attoparsec ==0.10.*
, aeson ==0.6.*
, conduit ==0.5.*
, blaze-builder-conduit ==0.5.*
, attoparsec-conduit ==0.5.*
, tagstream-conduit ==0.5.*