packages feed

tweet-hs 1.0.1.4 → 1.0.1.5

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Web.Tweet: credentialMem :: ByteString -> ByteString -> Credential
+ Web.Tweet: oAuthMem :: ByteString -> ByteString -> OAuth

Files

src/Web/Tweet.hs view
@@ -27,6 +27,8 @@     , module Web.Tweet.API.Internal     -- * Functions to sign API requests     , signRequest+    , oAuthMem+    , credentialMem     -- * Functions to generate a URL string from a `Tweet`     , urlString     -- * Helper function to print a bird
tweet-hs.cabal view
@@ -1,5 +1,5 @@ name:                tweet-hs-version:             1.0.1.4+version:             1.0.1.5 synopsis:            Command-line tool for twitter description:         a Command Line Interface Tweeter homepage:            https://github.com/vmchale/command-line-tweeter#readme