packages feed

VKHS-0.1.1: VKHS.cabal

name:                VKHS
version:             0.1.1
synopsis:            Provides access to Vkontakte social network, popular in Russia
description:
    Provides access to Vkontakte API methods. Library requires no interaction
    with user during Implicit-flow authentication.

license:             BSD3
license-file:        LICENSE
author:              Sergey Mironov
maintainer:          ierton@gmail.com
copyright:           Copyright (c) 2012, Sergey Mironov
category:            Web
build-type:          Simple
cabal-version:       >=1.8
homepage:            http://github.com/ierton/vkhs

source-repository head
    type:     git
    location: https://github.com/ierton/vkhs.git

library
  hs-source-dirs:    src
  exposed-modules:   Web.VKHS
                     Web.VKHS.Types
                     Web.VKHS.Login
                     Web.VKHS.API
                     Web.VKHS.API.JSON

  build-depends:     base >=4.5 && <5,
                     json ==0.5.*,
                     containers ==0.4.*,
                     tagsoup-parsec ==0.0.*,
                     tagsoup ==0.12.*,
                     mtl ==2.1.*,
                     failure ==0.2.*,
                     bytestring ==0.9.*,
                     curlhs ==0.0.*,
                     safe ==0.3.*,
                     parsec ==3.1.*,
                     split ==0.2.*,
                     utf8-string ==0.3.*,
                     bimap ==0.2.*,
                     template-haskell ==2.7.*,
                     transformers ==0.3.*