giphy-api 0.2.2.0 → 0.2.3.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesondep ~basedep ~servantPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, servant, servant-client
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- giphy-api.cabal +3/−3
changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## v0.2.3.0++- Losen upper bounds for Stackage inclusion (aeson 0.11 compat)+ ## v0.2.2.0 - Retrieve single GIFs via GifId.
giphy-api.cabal view
@@ -1,5 +1,5 @@ name: giphy-api-version: 0.2.2.0+version: 0.2.3.0 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -27,7 +27,7 @@ base >=4.7 && <5, text <1.3, network-uri <2.7,- aeson <0.10,+ aeson <0.12, containers <0.6, either <4.5, microlens <0.5,@@ -69,7 +69,7 @@ text <1.3, network-uri <2.7, giphy-api <0.3,- aeson <0.10,+ aeson <0.12, basic-prelude <0.6, bytestring <0.11, containers <0.6,