mail-pool-1.0.1: mail-pool.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a75886d2555951512536b4197072fc95ff087ae71262c0193c538ce1dbd13e24
name: mail-pool
version: 1.0.1
synopsis: Preconfigured email connection pool on top of smtp.
description: Email helper functions with some sane defaults such as a resource pool and cli support
category: Email
homepage: https://github.com/jappeace/email-pool#readme
bug-reports: https://github.com/jappeace/email-pool/issues
author: Jappie Klooster
maintainer: jappieklooster@hotmail.com
copyright: 2019 Jappie Klooster
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
LICENSE
Readme.md
source-repository head
type: git
location: https://github.com/jappeace/email-pool
library
exposed-modules:
Network.Mail.Pool
other-modules:
Paths_mail_pool
hs-source-dirs:
src
default-extensions: EmptyCase FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses LambdaCase MultiWayIf NamedFieldPuns TupleSections DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving OverloadedStrings TypeApplications
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities
build-depends:
HaskellNet
, base >=4.7 && <5
, microlens
, mime-mail
, network
, optparse-applicative
, resource-pool
default-language: Haskell2010
executable exe
main-is: mail.hs
other-modules:
Paths_mail_pool
hs-source-dirs:
app
default-extensions: EmptyCase FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses LambdaCase MultiWayIf NamedFieldPuns TupleSections DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies GeneralizedNewtypeDeriving StandaloneDeriving OverloadedStrings TypeApplications
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities -threaded -rtsopts -with-rtsopts=-N
build-depends:
HaskellNet
, base >=4.7 && <5
, mail-pool
, microlens
, mime-mail
, network
, optparse-applicative
, resource-pool
default-language: Haskell2010