fadno-xml-1.1.1: fadno-xml.cabal
name: fadno-xml
version: 1.1.1
synopsis: XML/XSD combinators/schemas/codegen
description:
Library for generating code from XML schema files, with
MusicXml 2.0 schema library included. Includes
XML "combinator library" XParser for consuming xml,
a type model for XSD productions, a type model for
codegen, and the code generator.
homepage: http://github.com/slpopejoy/fadno-xml
license: BSD2
license-file: LICENSE
author: Stuart Popejoy
maintainer: spopejoy@panix.com
-- copyright:
category: XML, Music
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Fadno.Xml.Codegen
Fadno.Xml.EmitTypes
Fadno.Xml.ParseXsd
Fadno.Xml.XParser
Fadno.Xml.XParse
Fadno.Xml.EmitXml
Fadno.MusicXml.MusicXml20
-- other-modules:
-- other-extensions:
build-depends: Decimal >= 0.4 && < 0.6
, base >= 4.9 && < 4.11
, containers >= 0.5 && < 0.6
, lens >= 4.15 && < 4.17
, mtl >= 2.2 && < 2.3
, parsec >= 3.1 && < 3.2
, xml >= 1.3 && < 1.4
hs-source-dirs: src
default-language: Haskell2010