packages feed

VKHS-0.0.2: VKHS.cabal

-- Initial vk.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                VKHS
version:             0.0.2
synopsis:            Provides access to VkontakteAPI (Popular Russian social network)
description:
    Library written in Haskell provides access to Vkontakte API methods (popular
    Russian social network).

    Internally, library uses small curl-based HTTP automata and tagsoup for jumping
    over relocations and submitting various 'Yes I agree' forms.

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

  build-depends:     base ==4.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.*