packages feed

json-feed 2.0.0.14 → 2.0.0.15

raw patch · 1 files changed

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

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- JsonFeed: instance GHC.Generics.Generic JsonFeed.Attachment
- JsonFeed: instance GHC.Generics.Generic JsonFeed.Author
- JsonFeed: instance GHC.Generics.Generic JsonFeed.Feed
- JsonFeed: instance GHC.Generics.Generic JsonFeed.Hub
- JsonFeed: instance GHC.Generics.Generic JsonFeed.Item
- JsonFeed: instance GHC.Show.Show JsonFeed.Attachment
- JsonFeed: instance GHC.Show.Show JsonFeed.Author
- JsonFeed: instance GHC.Show.Show JsonFeed.Feed
- JsonFeed: instance GHC.Show.Show JsonFeed.Html
- JsonFeed: instance GHC.Show.Show JsonFeed.Hub
- JsonFeed: instance GHC.Show.Show JsonFeed.Item
- JsonFeed: instance GHC.Show.Show JsonFeed.Mime
- JsonFeed: instance GHC.Show.Show JsonFeed.Url
+ JsonFeed: instance GHC.Internal.Generics.Generic JsonFeed.Attachment
+ JsonFeed: instance GHC.Internal.Generics.Generic JsonFeed.Author
+ JsonFeed: instance GHC.Internal.Generics.Generic JsonFeed.Feed
+ JsonFeed: instance GHC.Internal.Generics.Generic JsonFeed.Hub
+ JsonFeed: instance GHC.Internal.Generics.Generic JsonFeed.Item
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Attachment
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Author
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Feed
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Html
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Hub
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Item
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Mime
+ JsonFeed: instance GHC.Internal.Show.Show JsonFeed.Url

Files

json-feed.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: json-feed-version: 2.0.0.14+version: 2.0.0.15 synopsis: JSON Feed description:   This is an implementation of the JSON Feed spec in Haskell. The spec is