Cabal revisions of xmlgen-0.6.2.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: xmlgen Version: 0.6.2.2+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 && < 5, blaze-builder >= 0.3,+ Build-Depends: base >= 4.4 && < 5, blaze-builder >= 0.3, bytestring >= 0.9, containers >= 0.3, mtl >= 2.0, text >= 0.10 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 && < 5, xmlgen, text >= 0.10,+ Build-depends: base >= 4.4 && < 5, xmlgen, text >= 0.10, containers >= 0.3, hxt == 9.3.*, bytestring >= 0.9, 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 && < 5, text >= 0.10, criterion >= 0.6,+ Build-Depends: base >= 4.4 && < 5, text >= 0.10, criterion >= 0.6, bytestring >= 0.9, xmlgen Hs-Source-Dirs: test Ghc-Options: -O2 -rtsopts