cabal-version: 2.2
-- Initial package description 'newsletter-mailgun.cabal' generated by
-- 'cabal init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: newsletter-mailgun
version: 0
synopsis: A mailgun backend for the newsletter package.
description:
This package provides a backed to based on
<mailgun https://hackage.haskell.org/package/mailgun> for
<newsletter https://hackage.haskell.org/package/newsletter>.
.
Subscription storage in addition to mailing is deligated to
<mailgun.com https://www.mailgun.com/>.
homepage: https://oss.xkcd.com/
license: BSD-3-Clause
license-file: LICENSE
author: davean
maintainer: oss@xkcd.com
copyright: Copyright (C) 2019 davean
category: Email
extra-source-files: CHANGELOG.md
source-repository head
type: git
location: https://code.xkrd.net/haskell/newsletter.git
common deps
build-depends:
base ^>=4.12.0.0
, exceptions ^>= 0.10
, lens ^>= 4.17
, machines ^>= 0.6
, mailgun ^>= 0.2
, mime-mail ^>= 0.5
, mtl ^>= 2.2
, newsletter ^>= 0
, text ^>= 1.2
library
import: deps
hs-source-dirs: src
default-language: Haskell2010
exposed-modules:
Network.Mail.Newsletter.Mailgun