playlists-http 0.2.0.0 → 0.2.1.0
raw patch · 4 files changed
+16/−8 lines, 4 filesdep ~exceptionsdep ~playlistsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions, playlists
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- LICENSE +1/−1
- README.md +5/−1
- playlists-http.cabal +6/−6
CHANGES.md view
@@ -1,3 +1,7 @@+# Version 0.2.1.0 (March 20, 2018)++ * Update dependency bounds+ # Version 0.2.0.0 (December 1, 2017) * Update to match `playlists` 0.5.0.0
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016,2017 Peter Jones <pjones@devalot.com>+Copyright (c) 2016,2018 Peter Jones <pjones@devalot.com> All rights reserved.
README.md view
@@ -1,4 +1,5 @@-# playlists-http+playlists-http [![Travis][travis-shield]][travis]+============== Download and parse playlists over HTTP. @@ -14,3 +15,6 @@ There is also an `examples/example.hs` that demonstrates how to use the `download` function which is found in `Text.Playlist.HTTP.Full`.++[travis]: https://travis-ci.org/pjones/playlists-http+[travis-shield]: https://travis-ci.org/pjones/playlists-http.svg?branch=master
playlists-http.cabal view
@@ -1,16 +1,16 @@ name: playlists-http-version: 0.2.0.0+version: 0.2.1.0 synopsis: Library to glue together playlists and http-client homepage: https://github.com/pjones/playlists-http license: BSD3 license-file: LICENSE author: Peter Jones <pjones@devalot.com> maintainer: Peter Jones <pjones@devalot.com>-copyright: Copyright (c) 2016,2017 Peter Jones+copyright: Copyright (c) 2016,2018 Peter Jones category: Text build-type: Simple-cabal-version: >= 1.18-tested-with: GHC==7.10.3, GHC==8.0.2+cabal-version: 1.18+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 description: Simple library for resolving playlists using http-client. --------------------------------------------------------------------------------@@ -52,10 +52,10 @@ build-depends: attoparsec >= 0.10 && < 1.0 , base >= 4.6 && < 5 , bytestring >= 0.10 && < 1.0- , exceptions >= 0.8 && < 0.9+ , exceptions >= 0.8 && < 0.11 , http-client >= 0.4 && < 0.6 , mtl >= 2.2 && < 2.3- , playlists >= 0.5 && < 0.6+ , playlists >= 0.5 && < 1.0 , text >= 0.11 && < 1.3 , transformers >= 0.4 && < 0.6