packages feed

pipes-s3-0.1.0.0: pipes-s3.cabal

name:                pipes-s3
version:             0.1.0.0
synopsis:            A simple interface for streaming data to and from Amazon S3
description:
    This package provides a simple interface for streaming data to and from
    Amazon's S3 cloud storage service with the @pipes@ package.
homepage:            http://github.com/bgamari/pipes-s3
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          ben@smart-cactus.org
copyright:           (c) 2016 Ben Gamari
category:            Network
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:      git
  location:  git://github.com/bgamari/pipes-s3

library
  exposed-modules:     Pipes.Aws.S3
  other-extensions:    OverloadedStrings, GeneralizedNewtypeDeriving, ScopedTypeVariables
  hs-source-dirs:      src
  default-language:    Haskell2010
  build-depends:       base             >=4.7  && <4.10,
                       transformers     >=0.4  && <0.6,
                       bytestring       >=0.10 && <0.11,
                       text             >=1.2  && <1.3,
                       pipes-bytestring >=2.1  && <2.2,
                       pipes-safe       >=2.2  && <2.3,
                       pipes            >=4.1  && <4.3,
                       http-client      >=0.4  && <0.5,
                       http-client-tls  >=0.2  && <0.3,
                       resourcet        >=1.1  && <1.2,
                       aws              >=0.13 && <0.14