packages feed

twitter-feed 0.2.0.4 → 0.2.0.5

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~aesonnew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson

API changes (from Hackage documentation)

- Web.Twitter.Types: body :: SimpleTweet -> String
- Web.Twitter.Types: createdAt :: Tweet -> String
- Web.Twitter.Types: created_at :: SimpleTweet -> String
- Web.Twitter.Types: displayMediaUrl :: MediaEntity -> String
- Web.Twitter.Types: displayUrl :: URLEntity -> String
- Web.Twitter.Types: endIndex :: Link -> Int
- Web.Twitter.Types: entities :: Tweet -> Entities
- Web.Twitter.Types: idStr :: Tweet -> String
- Web.Twitter.Types: instance Constructor C1_0Entities
- Web.Twitter.Types: instance Constructor C1_0MediaEntity
- Web.Twitter.Types: instance Constructor C1_0SimpleTweet
- Web.Twitter.Types: instance Constructor C1_0Tweet
- Web.Twitter.Types: instance Constructor C1_0URLEntity
- Web.Twitter.Types: instance Constructor C1_0UserEntity
- Web.Twitter.Types: instance Datatype D1Entities
- Web.Twitter.Types: instance Datatype D1MediaEntity
- Web.Twitter.Types: instance Datatype D1SimpleTweet
- Web.Twitter.Types: instance Datatype D1Tweet
- Web.Twitter.Types: instance Datatype D1URLEntity
- Web.Twitter.Types: instance Datatype D1UserEntity
- Web.Twitter.Types: instance Eq Link
- Web.Twitter.Types: instance FromJSON Entities
- Web.Twitter.Types: instance FromJSON MediaEntity
- Web.Twitter.Types: instance FromJSON Tweet
- Web.Twitter.Types: instance FromJSON URLEntity
- Web.Twitter.Types: instance FromJSON UserEntity
- Web.Twitter.Types: instance Generic Entities
- Web.Twitter.Types: instance Generic MediaEntity
- Web.Twitter.Types: instance Generic SimpleTweet
- Web.Twitter.Types: instance Generic Tweet
- Web.Twitter.Types: instance Generic URLEntity
- Web.Twitter.Types: instance Generic UserEntity
- Web.Twitter.Types: instance Ord Link
- Web.Twitter.Types: instance Selector S1_0_0Entities
- Web.Twitter.Types: instance Selector S1_0_0MediaEntity
- Web.Twitter.Types: instance Selector S1_0_0SimpleTweet
- Web.Twitter.Types: instance Selector S1_0_0Tweet
- Web.Twitter.Types: instance Selector S1_0_0URLEntity
- Web.Twitter.Types: instance Selector S1_0_0UserEntity
- Web.Twitter.Types: instance Selector S1_0_1Entities
- Web.Twitter.Types: instance Selector S1_0_1MediaEntity
- Web.Twitter.Types: instance Selector S1_0_1SimpleTweet
- Web.Twitter.Types: instance Selector S1_0_1Tweet
- Web.Twitter.Types: instance Selector S1_0_1URLEntity
- Web.Twitter.Types: instance Selector S1_0_1UserEntity
- Web.Twitter.Types: instance Selector S1_0_2Entities
- Web.Twitter.Types: instance Selector S1_0_2MediaEntity
- Web.Twitter.Types: instance Selector S1_0_2SimpleTweet
- Web.Twitter.Types: instance Selector S1_0_2Tweet
- Web.Twitter.Types: instance Selector S1_0_2URLEntity
- Web.Twitter.Types: instance Selector S1_0_3Tweet
- Web.Twitter.Types: instance Show Entities
- Web.Twitter.Types: instance Show Link
- Web.Twitter.Types: instance Show MediaEntity
- Web.Twitter.Types: instance Show SimpleTweet
- Web.Twitter.Types: instance Show Tweet
- Web.Twitter.Types: instance Show URLEntity
- Web.Twitter.Types: instance Show UserEntity
- Web.Twitter.Types: instance ToJSON Entities
- Web.Twitter.Types: instance ToJSON MediaEntity
- Web.Twitter.Types: instance ToJSON SimpleTweet
- Web.Twitter.Types: instance ToJSON Tweet
- Web.Twitter.Types: instance ToJSON URLEntity
- Web.Twitter.Types: instance ToJSON UserEntity
- Web.Twitter.Types: mediaEntities :: Entities -> [MediaEntity]
- Web.Twitter.Types: mediaIndices :: MediaEntity -> BoundingIndices
- Web.Twitter.Types: mediaUrl :: MediaEntity -> String
- Web.Twitter.Types: newHtml :: Link -> String
- Web.Twitter.Types: screenName :: UserEntity -> String
- Web.Twitter.Types: startIndex :: Link -> Int
- Web.Twitter.Types: text :: Tweet -> String
- Web.Twitter.Types: tweetId :: SimpleTweet -> String
- Web.Twitter.Types: urlEntities :: Entities -> [URLEntity]
- Web.Twitter.Types: urlIndices :: URLEntity -> BoundingIndices
- Web.Twitter.Types: urlMessage :: URLEntity -> String
- Web.Twitter.Types: userEntities :: Entities -> [UserEntity]
- Web.Twitter.Types: userIndices :: UserEntity -> BoundingIndices
+ Web.Twitter.Types: [body] :: SimpleTweet -> String
+ Web.Twitter.Types: [createdAt] :: Tweet -> String
+ Web.Twitter.Types: [created_at] :: SimpleTweet -> String
+ Web.Twitter.Types: [displayMediaUrl] :: MediaEntity -> String
+ Web.Twitter.Types: [displayUrl] :: URLEntity -> String
+ Web.Twitter.Types: [endIndex] :: Link -> Int
+ Web.Twitter.Types: [entities] :: Tweet -> Entities
+ Web.Twitter.Types: [idStr] :: Tweet -> String
+ Web.Twitter.Types: [mediaEntities] :: Entities -> [MediaEntity]
+ Web.Twitter.Types: [mediaIndices] :: MediaEntity -> BoundingIndices
+ Web.Twitter.Types: [mediaUrl] :: MediaEntity -> String
+ Web.Twitter.Types: [newHtml] :: Link -> String
+ Web.Twitter.Types: [screenName] :: UserEntity -> String
+ Web.Twitter.Types: [startIndex] :: Link -> Int
+ Web.Twitter.Types: [text] :: Tweet -> String
+ Web.Twitter.Types: [tweetId] :: SimpleTweet -> String
+ Web.Twitter.Types: [urlEntities] :: Entities -> [URLEntity]
+ Web.Twitter.Types: [urlIndices] :: URLEntity -> BoundingIndices
+ Web.Twitter.Types: [urlMessage] :: URLEntity -> String
+ Web.Twitter.Types: [userEntities] :: Entities -> [UserEntity]
+ Web.Twitter.Types: [userIndices] :: UserEntity -> BoundingIndices
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.FromJSON Web.Twitter.Types.Entities
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.FromJSON Web.Twitter.Types.MediaEntity
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.FromJSON Web.Twitter.Types.Tweet
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.FromJSON Web.Twitter.Types.URLEntity
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.FromJSON Web.Twitter.Types.UserEntity
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.Entities
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.MediaEntity
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.SimpleTweet
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.Tweet
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.URLEntity
+ Web.Twitter.Types: instance Data.Aeson.Types.Class.ToJSON Web.Twitter.Types.UserEntity
+ Web.Twitter.Types: instance GHC.Classes.Eq Web.Twitter.Types.Link
+ Web.Twitter.Types: instance GHC.Classes.Ord Web.Twitter.Types.Link
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0Entities
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0Tweet
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Constructor Web.Twitter.Types.C1_0UserEntity
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1Entities
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1Tweet
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Datatype Web.Twitter.Types.D1UserEntity
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.Entities
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.Tweet
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Generic Web.Twitter.Types.UserEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0Entities
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0Tweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_0UserEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1Entities
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1Tweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_1UserEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_2Entities
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_2MediaEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_2SimpleTweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_2Tweet
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_2URLEntity
+ Web.Twitter.Types: instance GHC.Generics.Selector Web.Twitter.Types.S1_0_3Tweet
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.Entities
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.Link
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.MediaEntity
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.SimpleTweet
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.Tweet
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.URLEntity
+ Web.Twitter.Types: instance GHC.Show.Show Web.Twitter.Types.UserEntity

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2014 Stack Builders Inc.+Copyright (c) 2016 Stack Builders Inc.  MIT License 
twitter-feed.cabal view
@@ -1,5 +1,5 @@ name:                twitter-feed-version:             0.2.0.4+version:             0.2.0.5 synopsis:            Client for fetching Twitter timeline via Oauth description:         Fetches a user timeline from Twitter, and optionally linkifies the results using the Twitter entity API. homepage:            https://github.com/stackbuilders/twitter-feed@@ -23,7 +23,7 @@    build-depends:     base               >= 4.6   && < 4.9,-    aeson              >= 0.8   && < 0.11,+    aeson              >= 0.8   && < 0.12,     authenticate-oauth >= 1.5   && < 1.6,     http-conduit       >= 2.1.4 && < 2.2.0,     bytestring         >= 0.10  && < 0.11