packages feed

atom-conduit-0.5.0.0: atom-conduit.cabal

name: atom-conduit
version: 0.5.0.0
cabal-version: >=1.10
build-type: Simple
license: PublicDomain
license-file: LICENSE
maintainer: koral att mailoo dott org
synopsis: Streaming parser/renderer for the Atom 1.0 standard (RFC 4287).
description:
    Please refer to README.
category: XML, Conduit
author: koral
extra-source-files:
    README.md

source-repository head
    type: git
    location: git://github.com/k0ral/atom-conduit.git

library
    exposed-modules:
        Text.Atom.Conduit.Parse
        Text.Atom.Conduit.Render
        Text.Atom.Lens
        Text.Atom.Types
    build-depends:
        base >=4.8 && <5,
        blaze-builder -any,
        conduit -any,
        conduit-combinators >=1.0.5,
        safe-exceptions -any,
        lens-simple -any,
        mono-traversable >=1.0.0.1,
        parsers -any,
        text -any,
        time >=1.5,
        timerep >=2.0,
        uri-bytestring >=0.2,
        xml-conduit >=1.5,
        xml-types -any
    default-language: Haskell2010

test-suite  Tests
    type: exitcode-stdio-1.0
    main-is: Main.hs
    build-depends:
        atom-conduit -any,
        base >=4.8,
        blaze-builder -any,
        conduit -any,
        conduit-combinators >=1.0.5,
        data-default -any,
        safe-exceptions -any,
        hlint -any,
        lens-simple -any,
        mono-traversable >=1.0.0.1,
        parsers -any,
        quickcheck-instances -any,
        resourcet -any,
        tasty -any,
        tasty-hunit -any,
        tasty-quickcheck -any,
        time >=1.5,
        text -any,
        uri-bytestring >=0.2,
        xml-conduit >=1.4,
        xml-types -any
    default-language: Haskell2010
    hs-source-dirs: test