playlists-http: Library to glue together playlists and http-client

[ bsd3, library, text ] [ Propose Tags ]

Simple library for resolving playlists using http-client.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
maintainer

Enable settings for the package maintainer.

Disabled
build-examples

Build the example programs.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.1.1
Change log CHANGES.md
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.6 && <5), bytestring (>=0.10 && <1.0), exceptions (>=0.8 && <0.9), http-client (>=0.4 && <0.6), mtl (>=2.2 && <2.3), playlists (>=0.5 && <0.6), text (>=0.11 && <1.3), transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (c) 2016,2017 Peter Jones
Author Peter Jones <pjones@devalot.com>
Maintainer Peter Jones <pjones@devalot.com>
Category Text
Home page https://github.com/pjones/playlists-http
Source repo head: git clone https://github.com/pjones/playlists-http.git
Uploaded by PeterJones at 2017-12-02T00:20:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example
Downloads 2861 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-02 [all 1 reports]

Readme for playlists-http-0.2.0.0

[back to package description]

playlists-http

Download and parse playlists over HTTP.

Usage

There are two interfaces, a simple download function that runs in IO and a more complicated download function that uses MonadIO.

See the following modules for more details:

  • Text.Playlist.HTTP.Simple
  • Text.Playlist.HTTP.Full

There is also an examples/example.hs that demonstrates how to use the download function which is found in Text.Playlist.HTTP.Full.