Cabal revisions of smtp-mail-0.1.4.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial smtp-mail.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: smtp-mail-version: 0.1.4.4-synopsis: Simple email sending via SMTP--- description: -homepage: http://github.com/jhickner/smtp-mail-license: BSD3-license-file: LICENSE-author: Jason Hickner-maintainer: jhickner@gmail.com--- copyright: -category: Network-build-type: Simple-cabal-version: >=1.8--source-repository head- type: git- location: git@github.com:jhickner/smtp-mail.git--library- 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- , cryptohash- , filepath- , mime-mail- , network- , text-- ghc-options: -Wall -fwarn-tabs+-- Initial smtp-mail.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: smtp-mail +version: 0.1.4.4 +x-revision: 1 +synopsis: Simple email sending via SMTP +-- description: +homepage: http://github.com/jhickner/smtp-mail +license: BSD3 +license-file: LICENSE +author: Jason Hickner +maintainer: jhickner@gmail.com +-- copyright: +category: Network +build-type: Simple +cabal-version: >=1.8 + +source-repository head + type: git + location: git@github.com:jhickner/smtp-mail.git + +library + 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 + , cryptohash + , filepath + , mime-mail < 0.4.4 + , network + , text + + ghc-options: -Wall -fwarn-tabs
revision 2
name: smtp-mail version: 0.1.4.4 -x-revision: 1 +x-revision: 2 synopsis: Simple email sending via SMTP -- description: homepage: http://github.com/jhickner/smtp-mail , base16-bytestring , base64-bytestring , bytestring - , cryptohash + , cryptohash >=0.6 , filepath - , mime-mail < 0.4.4 - , network + , mime-mail >=0.4.1.0 && < 0.4.4 + , network <2.9 , text ghc-options: -Wall -fwarn-tabs