packages feed

twitter-feed 0.2.0.8 → 0.2.0.9

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~http-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-conduit

API changes (from Hackage documentation)

Files

twitter-feed.cabal view
@@ -1,5 +1,5 @@ name:                twitter-feed-version:             0.2.0.8+version:             0.2.0.9 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@@ -25,7 +25,7 @@     base               >= 4.6   && < 4.10,     aeson              >= 0.8   && < 1.1,     authenticate-oauth >= 1.5   && < 1.7,-    http-conduit       >= 2.1.4 && < 2.2.0,+    http-conduit       >= 2.1.4 && < 2.3,     bytestring         >= 0.10  && < 0.11    hs-source-dirs:      src