1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: haskell-mime-mail-ses
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Christopher Reichert <creichert07@gmail.com>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
haskell-devscripts (>= 0.13),
cdbs,
debhelper (>= 10),
ghc (>= 9.6),
ghc-prof,
libghc-base16-bytestring-dev,
libghc-base16-bytestring-prof,
libghc-base64-bytestring-dev (>= 0.1),
libghc-base64-bytestring-prof,
libghc-byteable-dev,
libghc-byteable-prof,
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
libghc-conduit-dev,
libghc-conduit-prof,
libghc-cryptohash-dev (>= 0.7.3),
libghc-cryptohash-prof,
libghc-http-client-dev (>= 0.2.2.2),
libghc-http-client-prof,
libghc-http-client-tls-dev (>= 0.2.4),
libghc-http-client-tls-prof,
libghc-http-conduit-dev (>= 2.1),
libghc-http-conduit-prof,
libghc-http-types-dev (>= 0.6.8),
libghc-http-types-prof,
libghc-mime-mail-dev (>= 0.3),
libghc-mime-mail-prof,
libghc-xml-conduit-dev,
libghc-xml-conduit-prof,
libghc-xml-types-dev,
libghc-xml-types-prof,
libghc-http-client-dev,
libghc-http-client-tls-dev,
libghc-mime-mail-dev,
libghc-optparse-applicative-dev,
libghc-optparse-applicative-prof,
Build-Depends-Indep: ghc-doc,
libghc-base16-bytestring-doc,
libghc-base64-bytestring-doc,
libghc-byteable-doc,
libghc-case-insensitive-doc,
libghc-conduit-doc,
libghc-cryptohash-doc,
libghc-http-client-doc,
libghc-http-client-tls-doc,
libghc-http-conduit-doc,
libghc-http-types-doc,
libghc-mime-mail-doc,
libghc-xml-conduit-doc,
libghc-xml-types-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/snoyberg/mime-mail
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-mime-mail-ses
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-mime-mail-ses]
X-Description: send mime-mail messages via Amazon SES
Amazon SES support for mime-mail messages.
Package: libghc-mime-mail-ses-dev
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-mime-mail-ses-prof
Architecture: any
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-mime-mail-ses-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|