packages feed

twitter-feed 0.1.1.3 → 0.1.1.4

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~basenew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

src/Web/Twitter/Types.hs view
@@ -19,7 +19,7 @@   , MediaEntity(..)   ) where -import Control.Applicative+import Control.Applicative ((<*>), (<$>)) import Data.Aeson import Data.Aeson.Types import Data.Ord (comparing)
twitter-feed.cabal view
@@ -1,5 +1,5 @@ name:                twitter-feed-version:             0.1.1.3+version:             0.1.1.4 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@@ -22,7 +22,7 @@   ghc-options:         -Wall    build-depends:-    base               >= 4.6   && < 4.8,+    base               >= 4.6   && < 4.9,     aeson              >= 0.8   && < 0.9,     authenticate-oauth >= 1.5   && < 1.6,     http-conduit       >= 2.1.4 && < 2.1.5,