packages feed

aws-ses-easy-0.1.0: aws-ses-easy.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2af2e52057d79537f56a932c925ed483263b42f5b8080e360e995529eace2f1d

name:           aws-ses-easy
version:        0.1.0
synopsis:       Wrapper over Amazonka's SES
description:    Opinionated use of Amazonka's SES for ease
category:       Network
homepage:       https://github.com/jxv/aws-ses-easy#readme
bug-reports:    https://github.com/jxv/aws-ses-easy/issues
author:         Joe Vargas
maintainer:     Joe Vargas
license:        BSD3
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    LICENSE.md
    package.yaml
    README.md
    stack.yaml

source-repository head
  type: git
  location: https://github.com/jxv/aws-ses-easy

library
  hs-source-dirs:
      library
  ghc-options: -Wall
  build-depends:
      amazonka
    , amazonka-ses
    , base >=4.5 && <5
    , exceptions
    , lens
    , lucid
    , mtl
    , text
    , text-conversions
  exposed-modules:
      Aws.Ses.Easy.Email
      Aws.Ses.Easy.Service
  other-modules:
      Paths_aws_ses_easy
  default-language: Haskell2010

test-suite aws-ses-easy-test-suite
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test-suite
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      aws-ses-easy
    , base
    , tasty
    , tasty-hspec
  other-modules:
      Paths_aws_ses_easy
  default-language: Haskell2010

benchmark aws-ses-easy-benchmarks
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      benchmark
  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
  build-depends:
      aws-ses-easy
    , base
    , criterion
  other-modules:
      Paths_aws_ses_easy
  default-language: Haskell2010