hs-twitter-0.2.2: hs-twitter.cabal
name: hs-twitter
version: 0.2.2
synopsis: Haskell binding to the Twitter API
description:
The hs-twitter API binding lets you access twitter.com's
resources and methods from Haskell.
.
Implements the full API, see <http://apiwiki.twitter.com/REST+API+Documentation>
.
For more info on use, please visit <http://haskell.forkIO.com/twitter>
category: Web
license: BSD3
license-file: LICENSE
author: Sigbjorn Finne
maintainer: Sigbjorn Finne <sof@forkio.com>
cabal-version: >= 1.2
build-type: Simple
extra-source-files: README
flag old-base
description: Old, monolithic base
default: False
library
Exposed-modules: Web.Twitter,
Web.Twitter.Types,
Web.Twitter.Types.Import,
Web.Twitter.Monad,
Web.Twitter.Fetch,
Web.Twitter.MIME,
Web.Twitter.Post,
Web.Codec.URLEncoder,
Web.Codec.Percent
Ghc-Options: -Wall
build-depends: HTTP >= 4000.0.1, network, utf8-string, json, mime, old-locale, old-time, random
if flag(old-base)
Build-Depends: base < 3
else
Build-Depends: base >= 4