packages feed

xsd-0.3.7: xsd.cabal

Name:                xsd
Version:             0.3.7
License:             BSD3
License-File:        LICENSE
Synopsis:            XML Schema data structures
Description:         XML Schema data structures (XSD)
Homepage:            https://github.com/skogsbaer/xsd
Category:            XML
Author:              Tony Morris
Maintainer:          Stefan Wehr <wehr@factisresearch.com>
Copyright:           2010 Tony Morris, 2013 Stefan Wehr
build-type:          Simple
cabal-version:       >= 1.2

Flag small_base
  Description:     Choose the new, split-up base package.

Library
  if flag(small_base)
    Build-Depends: base < 5 && >= 3, parsec, time >= 1.2.0.3
  else
    Build-Depends: base < 5 && >= 3, parsec, time >= 1.2.0.3

  GHC-Options:    -Wall
  Exposed-Modules: Text.XML.XSD
                   Text.XML.XSD.DateTime