packages feed

antigate 0.4 → 0.4.0.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Recognition/Antigate.hs view
@@ -412,7 +412,7 @@     solveCaptcha a b c d s m   where #if MIN_VERSION_bytestring(0,10,0)-    fromStrict' = fromStrict+    fromStrict' = BL.fromStrict #else     fromStrict' x = BL.fromChunks [x] #endif
antigate.cabal view
@@ -1,5 +1,5 @@ name: antigate-version: 0.4+version: 0.4.0.1 synopsis: Haskell interface for antigate.com captcha recognition service and services supporting its API description: Haskell interface for antigate.com captcha recognition service and other services (e.g. captchabot, decaptcher) category: Network APIs, CAPTCHA, Text Recognition