name: twitter-conduit version: 0.5.1 x-revision: 1 license: BSD3 license-file: LICENSE author: HATTORI Hiroki, Hideyuki Tanaka, Takahiro HIMURA maintainer: Takahiro HIMURA synopsis: Twitter API package with conduit interface and Streaming API support. category: Web, Conduit stability: Experimental cabal-version: >= 1.10 build-type: Custom homepage: https://github.com/himura/twitter-conduit tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3 description: This package provides bindings to Twitter's APIs (see ). . This package uses the http-conduit package for accessing the Twitter API (see ). This package also depends on the twitter-types package (see ). . You can find basic examples in the directory. . This package is under development. If you find something that has not been implemented yet, please send a pull request or open an issue on GitHub. extra-source-files: .gitignore README.md ChangeLog.md Warning.hs sample/LICENSE sample/twitter-conduit-sample.cabal sample/*.hs sample/common/*.hs tests/*.hs source-repository head type: git location: git://github.com/himura/twitter-conduit.git flag run-integrated-test description: use debug output when running testsuites default: False library ghc-options: -Wall build-depends: base >= 4.9 && < 5 , aeson >= 0.7.0.5 && < 2 , attoparsec >= 0.10 , authenticate-oauth >= 1.3 , bytestring >= 0.10.2 , conduit >= 1.3 , conduit-extra >= 1.3 , containers , data-default >= 0.3 , exceptions >= 0.5 , ghc-prim , http-client >= 0.5.0 , http-conduit >= 2.3 && < 2.4 , http-types , lens >= 4.4 , lens-aeson >= 1 , resourcet >= 1.0 , text >= 0.11 , time , transformers >= 0.2.2 , twitter-types >= 0.9 , twitter-types-lens >= 0.9 exposed-modules: Web.Twitter.Conduit Web.Twitter.Conduit.Lens Web.Twitter.Conduit.Types Web.Twitter.Conduit.Api Web.Twitter.Conduit.Stream Web.Twitter.Conduit.Status Web.Twitter.Conduit.Base Web.Twitter.Conduit.Request Web.Twitter.Conduit.Request.Internal Web.Twitter.Conduit.Response Web.Twitter.Conduit.Cursor Web.Twitter.Conduit.Parameters Web.Twitter.Conduit.ParametersDeprecated default-language: Haskell2010 test-suite hlint type: exitcode-stdio-1.0 main-is: hlint.hs hs-source-dirs: tests build-depends: base , hlint >= 1.7 default-language: Haskell2010 test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs hs-source-dirs: tests build-depends: base , doctest default-language: Haskell2010 test-suite spec_main type: exitcode-stdio-1.0 main-is: spec_main.hs hs-source-dirs: tests if flag(run-integrated-test) CPP-Options: -DRUN_INTEGRATED_TEST build-tool-depends: hspec-discover:hspec-discover >= 2.3.0 build-depends: base , aeson , attoparsec , authenticate-oauth , bytestring , conduit , conduit-extra , containers , data-default , hspec , http-client , http-conduit , http-types , lens , lens-aeson , resourcet , text , time , twitter-conduit , twitter-types , twitter-types-lens other-modules: Spec ApiSpec BaseSpec StatusSpec TestUtils default-language: Haskell2010 custom-setup setup-depends: base , Cabal >= 1.24 , cabal-doctest >= 1 && < 1.1