giphy-api 0.5.0.0 → 0.5.1.0
raw patch · 4 files changed
+5/−5 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- giphy-api.cabal +2/−2
- src/Web/Giphy.hs +1/−1
- stack.yaml +1/−1
README.md view
@@ -2,7 +2,7 @@ [](https://travis-ci.org/passy/giphy-api) [](https://hackage.haskell.org/package/giphy-api) [](http://stackage.org/lts-6/package/giphy-api)-[](http://stackage.org/lts-7/package/giphy-api)+[](http://stackage.org/lts-7/package/giphy-api) [](http://stackage.org/nightly/package/giphy-api)
giphy-api.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.15.0.+-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: giphy-api-version: 0.5.0.0+version: 0.5.1.0 synopsis: Giphy HTTP API wrapper and CLI search tool. description: Please see README.md category: Web
src/Web/Giphy.hs view
@@ -314,7 +314,7 @@ api = Proxy.Proxy baseUrl :: Servant.BaseUrl-baseUrl = Servant.BaseUrl Servant.Https "api.giphy.com" 443 "v1/gifs/"+baseUrl = Servant.BaseUrl Servant.Https "api.giphy.com" 443 "/v1/gifs/" search' :: Maybe Key
stack.yaml view
@@ -2,4 +2,4 @@ extra-package-dbs: [] packages: - '.'-resolver: nightly-2016-09-29+resolver: nightly-2016-11-24