feed 0.3.2 → 0.3.2.1
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Text/Atom/Feed/Export.hs +4/−2
- feed.cabal +1/−1
Text/Atom/Feed/Export.hs view
@@ -119,7 +119,7 @@ xmlEntry :: Entry -> XML.Element-xmlEntry e = atomNode "entry"+xmlEntry e = ( atomNode "entry" $ map Elem $ [ xmlId (entryId e) ] ++ [ xmlTitle (entryTitle e) ]@@ -135,7 +135,9 @@ ++ mb xmlSummary (entrySummary e) ++ mb xmlInReplyTo (entryInReplyTo e) ++ mb xmlInReplyTotal (entryInReplyTotal e)- ++ entryOther e+ ++ entryOther e )++ { elAttribs = entryAttrs e } xmlContent :: EntryContent -> XML.Element xmlContent cont = case cont of
feed.cabal view
@@ -1,5 +1,5 @@ Name: feed-Version: 0.3.2+Version: 0.3.2.1 License: BSD3 License-file: LICENSE Category: Text