packages feed

xmlgen-0.6.2.2: xmlgen.cabal

Name:                xmlgen
Version:             0.6.2.2
Synopsis:            Fast XML generation library
Description:         Library for high-performance XML generation.
License:             BSD3
License-file:        LICENSE
Author:              Stefan Wehr, Stefan Schmidt, Johannes Weiss, David Leuschner
Maintainer:          Stefan Wehr <wehr@factisresearch.com>
Category:            Text, XML
Build-type:          Simple
Cabal-version:       >= 1.10
Tested-With:         GHC==7.0.4, GHC==7.2.1, GHC==7.4.1, GHC==7.4.2, GHC==7.6.1

Source-Repository head
  type:     git
  location: https://github.com/skogsbaer/xmlgen

Library
  Exposed-modules:   Text.XML.Generator
  Hs-Source-Dirs:    src
  Build-Depends:     base >= 4.2 && < 5, blaze-builder >= 0.3,
                     bytestring >= 0.9, containers >= 0.3,
                     mtl >= 2.0, text >= 0.10
  Ghc-Prof-Options: -auto-all -caf-all
  Default-language:  Haskell2010

test-suite xmlgen-tests
  Type:              exitcode-stdio-1.0
  Hs-Source-Dirs:    test
  Main-Is:           GeneratorTest.hs
  Build-depends:     base >= 4.2 && < 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)
    Build-depends:   unix >= 2.4

  Default-language:  Haskell2010

Benchmark xmlgen-bench
  Type:             exitcode-stdio-1.0
  Build-Depends:    base >= 4.2 && < 5, text >= 0.10, criterion >= 0.6,
                    bytestring >= 0.9, xmlgen
  Hs-Source-Dirs:   test
  Ghc-Options:      -O2 -rtsopts
  Ghc-Prof-Options: -auto-all -caf-all
  Main-Is:          GeneratorBenchmarks.hs
  Default-language: Haskell2010