packages feed

giphy-api 0.2.1.0 → 0.2.2.0

raw patch · 3 files changed

+8/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Web.Giphy: GifId :: Text -> GifId
+ Web.Giphy: newtype GifId

Files

changelog.md view
@@ -1,5 +1,10 @@ # Changelog +## v0.2.2.0++- Retrieve single GIFs via GifId.+- Another attempt in reducing the deps on Hackage.+ ## v0.2.1.0  - Expose RandomResponse(..) type for non-lens use.
giphy-api.cabal view
@@ -1,5 +1,5 @@ name: giphy-api-version: 0.2.1.0+version: 0.2.2.0 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -18,6 +18,7 @@     description:         Build the sample application.     default: False+    manual: True  library     exposed-modules:
src/Web/Giphy.hs view
@@ -37,6 +37,7 @@   , Phrase(..)   , Tag(..)   , Pagination(..)+  , GifId(..)   -- * Response Data Types   -- $response   , Gif(..)