packages feed

azure-email-0.1.0.0: azure-email.cabal

cabal-version: 2.2
name:
  azure-email
version:
  0.1.0.0
synopsis:
  send email with microsoft azure
--description:
homepage:
  https://github.com/layer-3-communications/azure-email
license:
  BSD-3-Clause
author:
  layer-3-communications
maintainer:
  dcartwright@layer3com.com
copyright:
  2018 (c) Layer 3 Communications, LLC.
category:
  Web
build-type:
  Simple
extra-source-files:
  CHANGELOG.md

library
  exposed-modules:
    Azure.Email
  build-depends:
      base >=4.7 && <4.13
    , RSA
    , aeson
    , base64-bytestring
    , bytestring
    , cryptonite
    , exceptions
    , http-client
    , http-client-tls
    , lens-aeson
    , microlens
    , text
    , time
    , uuid
    , wreq
  hs-source-dirs:      src
  default-language:    Haskell2010