packages feed

liblastfm-0.1.0.0: liblastfm.cabal

name: liblastfm
version: 0.1.0.0
synopsis: Lastfm API interface
license: MIT
license-file: LICENSE
author: Matvey Aksenov, Dmitry Malikov
maintainer: Matvey Aksenov <matvey.aksenov@gmail.com>
category: Network APIs
description:
  Provides interface to Lastfm REST API, supports XML and JSON formats.
cabal-version: >= 1.8
build-type: Simple

library
  build-depends: base >= 4.6 && < 5,
                 bytestring,
                 containers >= 0.5,
                 text,
                 cereal,
                 http-conduit,
                 http-types,
                 pureMD5,
                 crypto-api,
                 network >= 2.4,
                 aeson
  hs-source-dirs: src
  exposed-modules: Network.Lastfm
                   Network.Lastfm.Authentication
                   Network.Lastfm.Album
                   Network.Lastfm.Artist
                   Network.Lastfm.Chart
                   Network.Lastfm.Event
                   Network.Lastfm.Geo
                   Network.Lastfm.Group
                   Network.Lastfm.Library
                   Network.Lastfm.Playlist
                   Network.Lastfm.Radio
                   Network.Lastfm.Tag
                   Network.Lastfm.Tasteometer
                   Network.Lastfm.Track
                   Network.Lastfm.User
                   Network.Lastfm.Venue
                   Network.Lastfm.Request
                   Network.Lastfm.Response
                   Network.Lastfm.Internal
  ghc-options: -Wall
               -fno-warn-unused-do-bind
               -funbox-strict-fields


source-repository head
  type:     git
  location: https://github.com/supki/liblastfm