name: antigate version: 0.2.1 synopsis: Interface for antigate.com captcha recognition service. description: Interface for antigate.com captcha recognition service. 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 homepage: https://github.com/exbb2/antigate source-repository head type: git location: git://github.com/exbb2/antigate.git library build-depends: base >= 4.5 && < 5 ,random ,safe ,data-default ,bytestring ,text ,http-types ,http-conduit >= 1.8.7 ,transformers ,resourcet exposed-modules: Text.Recognition.Antigate ghc-options: -Wall