name: hs-twitter version: 0.2.8 x-revision: 1 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 . For more info on use, please visit , the @CHANGES@ file in the distribution contains change info for the package. category: Web license: BSD3 license-file: LICENSE author: Sigbjorn Finne maintainer: Sigbjorn Finne cabal-version: >= 1.2 build-type: Simple extra-source-files: README CHANGES 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: base < 4.6, HTTP >= 4000.0.1 && < 4000.4, network < 2.6, utf8-string < 1.1, json >= 0.4 && < 0.10, mime < 0.4, old-locale < 1.1, old-time < 1.2, random < 1.2