fadno-xml-1.1.0: fadno-xml.cabal
name: fadno-xml
version: 1.1.0
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:
-- deps for stack lts 9.5
build-depends: Decimal == 0.4.*
, base == 4.9.*
, containers == 0.5.*
, lens == 4.15.*
, mtl == 2.2.*
, parsec == 3.1.*
, xml == 1.3.*
hs-source-dirs: src
default-language: Haskell2010