themoviedb 1.1.5.1 → 1.1.5.2
raw patch · 3 files changed
+11/−9 lines, 3 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- CHANGES.md +8/−0
- README.md +1/−7
- themoviedb.cabal +2/−2
CHANGES.md view
@@ -1,5 +1,13 @@ # Version History +## 1.1.5.2 (April 15, 2019)++ - Update version of `http-client`++ - Builds with `http-client` version 0.5.13.1 and 0.6.2++ - Updated the `default.nix` file to select the right version of `http-client`+ ## 1.1.5.1 (April 15, 2019) - Update dependency versions
README.md view
@@ -1,4 +1,4 @@-TheMovieDB API for Haskell [![Hackage][hackage-shield]][hackage] [![Travis][travis-shield]][travis]+TheMovieDB API for Haskell ========================== This is a simple library that provides functions for retrieving movie@@ -23,9 +23,3 @@ Surprising, I know. [example]: https://github.com/pjones/themoviedb/blob/master/example/Main.hs--[hackage]: http://hackage.haskell.org/package/themoviedb-[hackage-shield]: https://img.shields.io/badge/hackage-v1.1.4.0-blue.svg--[travis]: https://travis-ci.org/pjones/themoviedb-[travis-shield]: https://travis-ci.org/pjones/themoviedb.svg?branch=master
themoviedb.cabal view
@@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- name: themoviedb-version: 1.1.5.1+version: 1.1.5.2 synopsis: Haskell API bindings for http://themoviedb.org homepage: https://code.devalot.com/open/themoviedb bug-reports: https://code.devalot.com/open/themoviedb/issues@@ -63,7 +63,7 @@ , base >= 4.6 && < 5.0 , binary >= 0.7 && < 0.11 , bytestring >= 0.9 && < 0.11- , http-client >= 0.4.31 && < 0.6+ , http-client >= 0.4.31 && < 0.7 , http-client-tls >= 0.2.2 && < 0.4 , http-types >= 0.8 && < 0.13 , mtl >= 2.1 && < 2.3