-- Initial textocat-api.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: textocat-api version: 0.1.0.0 synopsis: Unofficial Haskell SDK for Textocat API -- http://textocat.com description: Unofficial Haskell SDK for Textocat API -- http://textocat.com . Textocat is "catalyst of text analytics". It focuses on Russian texts, mainly news homepage: https://github.com/gltronred/textocat-api-haskell license: Apache-2.0 license-file: LICENSE author: Mansur Ziatdinov maintainer: mz@fosslabs.ru copyright: Copyright 2015 Mansur Ziatdinov category: API, Network, Natural Language Processing build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Textocat , Network.Textocat , Network.Textocat.Simple , Network.Textocat.Monadic , Data.Textocat.Internal , Network.Textocat.Internal -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , aeson >=0.8 && <0.9 , bytestring >=0.10 && <0.11 , conduit >=1.2 && <1.3 , http-conduit >=2.1 && <2.2 , http-types >=0.8 && <0.9 , resourcet >=1.1 && <1.2 , text >=1.2 && <1.3 , transformers >=0.4 && <0.5 hs-source-dirs: src default-language: Haskell2010 test-suite simple-io-test type: exitcode-stdio-1.0 hs-source-dirs: src, test build-depends: base >=4.7 && <4.8 , textocat-api , tasty >=0.10 && <0.11 , tasty-hunit >=0.9 && <0.10 , aeson >=0.8 && <0.9 , bytestring >=0.10 && <0.11 , conduit >=1.2 && <1.3 , http-conduit >=2.1 && <2.2 , http-types >=0.8 && <0.9 , resourcet >=1.1 && <1.2 , text >=1.2 && <1.3 , transformers >=0.4 && <0.5 main-is: SimpleIOTest.hs default-language: Haskell2010 source-repository head type: git location: https://github.com/gltronred/textocat-api-haskell source-repository this type: git location: git://github.com/gltronred/textocat-api-haskell.git tag: 0.1