Cabal revisions of smtp-mail-0.5.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: smtp-mail-version: 0.5.0.1-synopsis: Simple email sending via SMTP-description: This packages provides a simple interface for mail over SMTP. Please see the README for more information.-homepage: http://github.com/haskell-github-trust/smtp-mail-license: BSD3-license-file: LICENSE-author: Jason Hickner, Matt Parsons-maintainer: spencerjanssen@gmail.com--- copyright:-category: Network-build-type: Simple-cabal-version: 2.0-tested-with: GHC ==9.12.2--extra-source-files:- README.md- , CHANGELOG.md--source-repository head- type: git- location: git@github.com:haskell-github-trust/smtp-mail.git--library- default-language: Haskell2010- exposed-modules:- Network.Mail.SMTP- Network.Mail.SMTP.Auth- Network.Mail.SMTP.Types-- -- other-modules:-- build-depends: base >= 4.5 && < 5- , array- , base16-bytestring- , base64-bytestring- , bytestring- , crypton-connection ^>= 0.4.6- , data-default-class ^>= 0.2.0.0- , filepath- , mime-mail- , network- , network-bsd- , text- , crypton ^>= 1.1- , ram ^>= 0.21.1-- ghc-options: -Wall -fwarn-tabs+name: smtp-mail +version: 0.5.0.1 +x-revision: 1 +synopsis: Simple email sending via SMTP +description: This packages provides a simple interface for mail over SMTP. Please see the README for more information. +homepage: http://github.com/haskell-github-trust/smtp-mail +license: BSD3 +license-file: LICENSE +author: Jason Hickner, Matt Parsons +maintainer: spencerjanssen@gmail.com +-- copyright: +category: Network +build-type: Simple +cabal-version: 2.0 +tested-with: GHC ==9.12.2 + +extra-source-files: + README.md + , CHANGELOG.md + +source-repository head + type: git + location: git@github.com:haskell-github-trust/smtp-mail.git + +library + default-language: Haskell2010 + exposed-modules: + Network.Mail.SMTP + Network.Mail.SMTP.Auth + Network.Mail.SMTP.Types + + -- other-modules: + + build-depends: base >= 4.5 && < 5 + , array + , base16-bytestring + , base64-bytestring + , bytestring + , crypton-connection ^>= 0.4.6 + , data-default-class ^>= 0.2.0.0 + , filepath + , mime-mail + , network + , network-bsd + , text + , crypton ^>= 1.1 + , ram >= 0.21.1 && < 0.22 + + ghc-options: -Wall -fwarn-tabs
revision 2
name: smtp-mail version: 0.5.0.1 -x-revision: 1 +x-revision: 2 synopsis: Simple email sending via SMTP description: This packages provides a simple interface for mail over SMTP. Please see the README for more information. homepage: http://github.com/haskell-github-trust/smtp-mail , network-bsd , text , crypton ^>= 1.1 - , ram >= 0.21.1 && < 0.22 + , ram >= 0.21.1 && < 0.23 ghc-options: -Wall -fwarn-tabs