Cabal revisions of xmlgen-0.6.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: xmlgen Version: 0.6.2.0+x-revision: 1 Synopsis: Fast XML generation library Description: Library for high-performance XML generation. License: BSD3 Library Exposed-modules: Text.XML.Generator Hs-Source-Dirs: src- Build-Depends: base >= 4.2 && < 4.7, blaze-builder == 0.3.*,+ Build-Depends: base >= 4.4 && < 4.7, blaze-builder == 0.3.*, bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, mtl >= 2.0 && < 2.2, text >= 0.10 && < 0.12 Ghc-Prof-Options: -auto-all -caf-all Type: exitcode-stdio-1.0 Hs-Source-Dirs: test Main-Is: GeneratorTest.hs- Build-depends: base >= 4.2 && < 4.7, xmlgen, text >= 0.10 && < 0.12,+ Build-depends: base >= 4.4 && < 4.7, xmlgen, text >= 0.10 && < 0.12, containers >= 0.3 && < 0.6, hxt == 9.3.*, bytestring >= 0.9 && < 0.11, filepath == 1.3.*, process == 1.1.*, HUnit >= 1.2, QuickCheck >= 2.5 if !os(windows) Benchmark xmlgen-bench Type: exitcode-stdio-1.0- Build-Depends: base >= 4.2 && < 4.7, text >= 0.10 && < 0.12, criterion == 0.6.*,+ Build-Depends: base >= 4.4 && < 4.7, text >= 0.10 && < 0.12, criterion == 0.6.*, bytestring >= 0.9 && < 0.11, xmlgen Hs-Source-Dirs: test Ghc-Options: -O2 -rtsopts