VKHS-0.3.2: VKHS.cabal
name: VKHS
version: 0.3.2
synopsis: Provides access to Vkontakte social network via public API
description:
Provides access to Vkontakte API methods. Library requires no interaction
with the 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.6
homepage: http://github.com/ierton/vkhs
source-repository head
type: git
location: https://github.com/ierton/vkhs.git
executable vkq
hs-source-dirs: src
main-is: VKQ.hs
library
hs-source-dirs: src
other-modules: Test.Debug, Test.Data, Test.API, Network.Shpider.Forms, Network.Protocol.Uri, Network.Protocol.Mime, Network.Protocol.Http, Network.Protocol.Cookie, Network.Protocol.Uri.Remap, Network.Protocol.Uri.Query, Network.Protocol.Uri.Printer, Network.Protocol.Uri.Path, Network.Protocol.Uri.Parser, Network.Protocol.Uri.Encode, Network.Protocol.Uri.Data, Network.Protocol.Uri.Chars, Network.Protocol.Http.Status, Network.Protocol.Http.Printer, Network.Protocol.Http.Parser, Network.Protocol.Http.Headers, Network.Protocol.Http.Data, Text.Namefilter, Text.PFormat
exposed-modules: Web.VKHS
Web.VKHS.API
Web.VKHS.API.Aeson
Web.VKHS.API.Types
Web.VKHS.Curl
Web.VKHS.Login
Web.VKHS.Types
build-depends: base >=4.5 && <5,
containers ==0.5.*,
tagsoup-parsec ==0.0.*,
tagsoup ==0.12.*,
mtl ==2.1.*,
failure ==0.2.*,
bytestring >=0.10 && <0.11,
curlhs ==0.0.*,
safe ==0.3.*,
parsec ==3.1.*,
split ==0.2.*,
utf8-string ==0.3.*,
bimap ==0.2.*,
template-haskell ==2.8.*,
transformers ==0.3.*,
fclabels >=1.1.4 && <1.1.6,
optparse-applicative >=0.4 && <0.6,
aeson >= 0.6 && < 0.7,
filepath,
directory,
regexpr,
pretty-show,
vector,
text