Cabal revisions of xsd-0.3.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: xsd-Version: 0.3.4.1-License: BSD3-License-File: LICENSE-Synopsis: XML Schema data structures-Description: XML Schema data structures (XSD)-Homepage: http://code.google.com/p/data-xsd/-Category: XML-Author: Tony Morris-Maintainer: code@tmorris.net-Copyright: 2010 Tony Morris-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+Name: xsd +Version: 0.3.4.1 +x-revision: 1 +License: BSD3 +License-File: LICENSE +Synopsis: XML Schema data structures +Description: XML Schema data structures (XSD) +Homepage: http://code.google.com/p/data-xsd/ +Category: XML +Author: Tony Morris +Maintainer: code@tmorris.net +Copyright: 2010 Tony Morris +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 < 4.5 && >= 3, parsec, time >= 1.2.0.3 + else + Build-Depends: base < 4.5 && >= 3, parsec, time >= 1.2.0.3 + + GHC-Options: -Wall + Exposed-Modules: Text.XML.XSD + Text.XML.XSD.DateTime