packages feed

liblastfm-0.3.0.0: liblastfm.cabal

name: liblastfm
version: 0.3.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.10
build-type: Simple

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


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