tweet-hs 1.0.1.1 → 1.0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- tweet-hs.cabal +2/−2
tweet-hs.cabal view
@@ -1,5 +1,5 @@ name: tweet-hs-version: 1.0.1.1+version: 1.0.1.2 synopsis: Command-line tool for twitter description: a Command Line Interface Tweeter homepage: https://github.com/vmchale/command-line-tweeter#readme@@ -48,7 +48,7 @@ , Web.Tweet.API.Internal , Web.Tweet.Utils.API , Paths_tweet_hs- build-depends: base >= 4.7 && < 5+ build-depends: base >= 4.8 && < 5 , http-client-tls , http-client , http-types