cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 91c80b02cb716a8eae5230965f9cb8380ba3465a9009534aad839e9284103774 name: porcupine-s3 version: 0.1.0.0 synopsis: A location accessor for porcupine to connect to AWS S3 sources/sinks description: Gives a porcupine task pipeline access to AWS S3 objects (read and write). See the README at and the examples in the `porcupine-s3` package. category: Data, Arrows, Combinators, Control, AWS, Cloud homepage: https://github.com/tweag/porcupine#readme bug-reports: https://github.com/tweag/porcupine/issues maintainer: Yves Parès copyright: 2018 EURL Tweag, NovaDiscovery license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/tweag/porcupine library exposed-modules: Control.Monad.ReaderSoup.AWS Data.Locations.Accessors.AWS Network.AWS.S3.TaskPipelineUtils other-modules: Paths_porcupine_s3 hs-source-dirs: src ghc-options: -Wall build-depends: amazonka , amazonka-core , amazonka-s3 , base >=4.10 && <5 , bytestring , conduit , conduit-extra , directory , filepath , katip , lens , monad-control , mtl , porcupine-core ==0.1.* , reader-soup ==0.1.* , resourcet , retry , safe-exceptions , streaming , streaming-bytestring , text default-language: Haskell2010 executable exampleS3 main-is: ExampleS3.hs other-modules: Paths_porcupine_s3 hs-source-dirs: examples ghc-options: -Wall build-depends: aeson , amazonka , amazonka-core , amazonka-s3 , base >=4.10 && <5 , bytestring , conduit , conduit-extra , directory , docrecords , filepath , katip , lens , monad-control , mtl , porcupine-core , porcupine-s3 , reader-soup ==0.1.* , resourcet , retry , safe-exceptions , streaming , streaming-bytestring , text , unordered-containers default-language: Haskell2010