packages feed

hsemail 1.7 → 1.7.1

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Text.ParserCombinators.Parsec.Rfc2821: ehlo :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: expn :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: helo :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: mail :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: quit :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: rcpt :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: rset :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: saml :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: send :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: soml :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: turn :: SmtpParser st
- Text.ParserCombinators.Parsec.Rfc2821: vrfy :: SmtpParser st
+ Text.ParserCombinators.Parsec.Rfc2821: rcpt, expn, vrfy, saml, soml, send :: SmtpParser st
+ Text.ParserCombinators.Parsec.Rfc2821: rset, mail, ehlo, helo, turn, quit :: SmtpParser st

Files

hsemail.cabal view
@@ -1,9 +1,9 @@ Name:                   hsemail-Version:                1.7-Copyright:              (c) 2004-2010 Peter Simons+Version:                1.7.1+Copyright:              (c) 2004-2011 Peter Simons License:                BSD3 License-File:           LICENSE-Author:                 Peter Simons <simons@cryp.to>, Gero Kriependorf <gero@physra.com>, Marty Pauley <marty@kasei.com>+Author:                 Peter Simons <simons@cryp.to>, Gero Kriependorf <gero-dev@physra.net>, Marty Pauley <marty@kasei.com> Maintainer:             Peter Simons <simons@cryp.to> Homepage:               http://gitorious.org/hsemail Category:               Parsing@@ -11,7 +11,7 @@ Description:            Parsers for the syntax defined in RFC2821 and 2822 Cabal-Version:          >= 1.6 Build-Type:             Simple-Tested-With:            GHC == 6.12.3+Tested-With:            GHC == 7.0.2  Extra-Source-Files:     example/message-test.hs                         example/message-test.input