name: antigate version: 2.0 synopsis: Interface for antigate.com captcha recognition API description: Haskell interface for antigate.com captcha recognition service and other services supporting its API (e.g. captchabot, decaptcher) category: Network APIs, CAPTCHA, Text Recognition license: MIT license-file: LICENSE author: kudah maintainer: kudah cabal-version: >= 1.8 stability: experimental build-type: Simple tested-with: GHC == 7.4.1, GHC == 7.6.2 homepage: https://github.com/exbb2/antigate source-repository head type: git location: git://github.com/exbb2/antigate.git library build-depends: base >= 4 && < 5 ,http-conduit >= 2 && < 3 ,http-client-multipart < 1 ,bytestring ,text ,data-default ,safe ,resourcet ,transformers ,failure ,deepseq exposed-modules: Text.Recognition.Antigate ghc-options: -Wall