fadno-xml-1.0.1: fadno-xml.cabal
name: fadno-xml
version: 1.0.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: Text
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.2 && <0.5
, base >=4.8 && <4.9
, containers >= 0.5.6 && < 0.6
, lens >=4.12 && <5
, mtl >= 2.2.1 && < 2.3
, parsec >= 3.1.9 && < 3.2
, xml >= 1.3.12 && <1.4
hs-source-dirs: src
default-language: Haskell2010