hsemail 1.7.5 → 1.7.6
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hsemail.cabal +3/−3
hsemail.cabal view
@@ -1,11 +1,11 @@ Name: hsemail-Version: 1.7.5+Version: 1.7.6 Copyright: (c) 2013 Peter Simons License: BSD3 License-File: LICENSE 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+Homepage: http://github.com/peti/hsemail Category: Parsing Synopsis: Internet Message Parsers Description: Parsers for the syntax defined in RFC2821 and 2822@@ -20,7 +20,7 @@ Source-Repository head Type: git- Location: git://gitorious.org/hsemail/mainline.git+ Location: git://github.com/peti/hsemail.git Library Build-Depends: base >= 3 && < 5, mtl, parsec, old-time