packages feed

classy-prelude-conduit-0.2.0.0: classy-prelude-conduit.cabal

name:                classy-prelude-conduit
version:             0.2.0.0
synopsis:            conduit instances for classy-prelude
description:         conduit instances for classy-prelude
homepage:            https://github.com/snoyberg/classy-prelude
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@snoyman.com
category:            Control
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     ClassyPrelude.Conduit
  build-depends:       base ==4.5.*
  build-depends:       base                          >= 4          && < 5
                     , conduit                       >= 0.5        && < 0.6
                     , xml-conduit                   >= 1.0        && < 1.1
                     , classy-prelude                >= 0.2        && < 0.3
  ghc-options:         -Wall -fno-warn-orphans