themoviedb 1.1.4.0 → 1.1.5.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~aesondep ~binarydep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, binary, tasty
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- themoviedb.cabal +4/−4
CHANGES.md view
@@ -1,5 +1,9 @@ # Version History +## 1.1.5.0 (October 09, 2018)++ - Update dependency versions+ ## 1.1.4.0 (March 20, 2018) - Update dependency versions
themoviedb.cabal view
@@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- name: themoviedb-version: 1.1.4.0+version: 1.1.5.0 synopsis: Haskell API bindings for http://themoviedb.org homepage: http://github.com/pjones/themoviedb bug-reports: http://github.com/pjones/themoviedb/issues@@ -60,9 +60,9 @@ if flag(maintainer) ghc-options: -Werror - build-depends: aeson >= 0.6 && < 1.4+ build-depends: aeson >= 0.6 && < 1.5 , base >= 4.6 && < 5.0- , binary >= 0.7 && < 0.10+ , binary >= 0.7 && < 0.11 , bytestring >= 0.9 && < 0.11 , http-client >= 0.4.31 && < 0.6 , http-client-tls >= 0.2.2 && < 0.4@@ -108,7 +108,7 @@ build-depends: base , bytestring- , tasty >= 0.10 && < 1.1+ , tasty >= 0.10 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , text , themoviedb