packages feed

hsemail 1.5 → 1.6

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.ParserCombinators.Parsec.Rfc2822: instance Show a => Show (GenericMessage a)

Files

Text/ParserCombinators/Parsec/Rfc2822.hs view
@@ -542,7 +542,7 @@ -- represented in the 'Field' data type, and a message body, which may -- be empty. -data GenericMessage a = Message [Field] a+data GenericMessage a = Message [Field] a deriving Show type Message = GenericMessage String  -- |Parse a complete message as defined by this RFC and it broken down
hsemail.cabal view
@@ -1,5 +1,5 @@ Name:                   hsemail-Version:                1.5+Version:                1.6 Copyright:              (c) 2004-2010 Peter Simons License:                BSD3 License-File:           LICENSE