packages feed

Cabal revisions of captcha-2captcha-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.34.4.------ see: https://github.com/sol/hpack--name:           captcha-2captcha-version:        0.1.0.0-synopsis:       A package for integrating a variety of captcha solving services.-description:    A package for integrating a variety of captcha solving services.-                .-                Feature list:-                .-                * Makes use of the [lens](https://hackage.haskell.org/package/lens) package-                * Mtl-style typeclass, allowing you to use your own monad transformer stack-                * No exceptions are thrown. Errors are shown explicitly through its type signature-                * Minimal test suite provided for each captcha type-                * Captcha services are separated into different packages. Use what you need!-category:       Network-homepage:       https://github.com/qwbarch/captcha-haskell#readme-bug-reports:    https://github.com/qwbarch/captcha-haskell/issues-author:         Edward Yang-maintainer:     qwbarch@gmail.com-copyright:      2021 Edward Yang-license:        MIT-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/qwbarch/captcha-haskell--library-  exposed-modules:-      Captcha.TwoCaptcha-      Captcha.TwoCaptcha.Internal-      Captcha.TwoCaptcha.Internal.Error-      Captcha.TwoCaptcha.Internal.Types.FunCaptcha-      Captcha.TwoCaptcha.Internal.Types.HCaptcha-      Captcha.TwoCaptcha.Internal.Types.Image-      Captcha.TwoCaptcha.Internal.Types.ReCaptchaV2-      Captcha.TwoCaptcha.Internal.Types.ReCaptchaV3-      Captcha.TwoCaptcha.Internal.Types.Text-  other-modules:-      Paths_captcha_2captcha-  hs-source-dirs:-      src-  ghc-options: -Wall -Wno-name-shadowing-  build-depends:-      aeson >=1.5.6 && <1.6-    , base >=4.7 && <5-    , bytestring >=0.10.12.0 && <0.11-    , captcha-core ==0.1.*-    , errors >=2.3.0 && <2.4-    , extra >=1.7.9 && <1.8-    , http-client >=0.6.4.1 && <0.8-    , lens >=4.19.2 && <5.1-    , lens-aeson >=1.1.3 && <1.2-    , mtl >=2.2.2 && <2.3-    , o-clock >=1.2.1 && <1.3-    , string-conversions >=0.4.0.1 && <0.5-    , string-interpolate >=0.3.1.1 && <0.4-    , text >=1.2.4.1 && <1.3-    , unliftio >=0.2.20 && <0.3-    , wreq >=0.5.3.3 && <0.6-  default-language: Haskell2010--test-suite 2captcha-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Captcha.TwoCaptcha-      Captcha.TwoCaptcha.Test.FunCaptcha-      Captcha.TwoCaptcha.Test.HCaptcha-      Captcha.TwoCaptcha.Test.Image-      Captcha.TwoCaptcha.Test.ReCaptchaV2-      Captcha.TwoCaptcha.Test.ReCaptchaV3-      Captcha.TwoCaptcha.Test.Text-      Paths_captcha_2captcha-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wno-name-shadowing-  build-depends:-      aeson >=1.5.6 && <1.6-    , base >=4.7 && <5-    , bytestring >=0.10.12.0 && <0.11-    , captcha-2captcha-    , captcha-core ==0.1.*-    , data-default-    , errors >=2.3.0 && <2.4-    , extra >=1.7.9 && <1.8-    , http-client >=0.6.4.1 && <0.8-    , lens >=4.19.2 && <5.1-    , lens-aeson >=1.1.3 && <1.2-    , mtl >=2.2.2 && <2.3-    , o-clock >=1.2.1 && <1.3-    , string-conversions >=0.4.0.1 && <0.5-    , string-interpolate >=0.3.1.1 && <0.4-    , tasty-    , tasty-hunit-    , text >=1.2.4.1 && <1.3-    , unliftio >=0.2.20 && <0.3-    , wreq >=0.5.3.3 && <0.6-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.4.
+--
+-- see: https://github.com/sol/hpack
+
+name:           captcha-2captcha
+version:        0.1.0.0
+x-revision: 1
+synopsis:       A package for integrating a variety of captcha solving services.
+description:    A package for integrating a variety of captcha solving services.
+                .
+                Feature list:
+                .
+                * Makes use of the [lens](https://hackage.haskell.org/package/lens) package
+                * Mtl-style typeclass, allowing you to use your own monad transformer stack
+                * No exceptions are thrown. Errors are shown explicitly through its type signature
+                * Minimal test suite provided for each captcha type
+                * Captcha services are separated into different packages. Use what you need!
+category:       Network
+homepage:       https://github.com/qwbarch/captcha-haskell#readme
+bug-reports:    https://github.com/qwbarch/captcha-haskell/issues
+author:         qwbarch
+maintainer:     qwbarch@gmail.com
+copyright:      2021 qwbarch
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/qwbarch/captcha-haskell
+
+library
+  exposed-modules:
+      Captcha.TwoCaptcha
+      Captcha.TwoCaptcha.Internal
+      Captcha.TwoCaptcha.Internal.Error
+      Captcha.TwoCaptcha.Internal.Types.FunCaptcha
+      Captcha.TwoCaptcha.Internal.Types.HCaptcha
+      Captcha.TwoCaptcha.Internal.Types.Image
+      Captcha.TwoCaptcha.Internal.Types.ReCaptchaV2
+      Captcha.TwoCaptcha.Internal.Types.ReCaptchaV3
+      Captcha.TwoCaptcha.Internal.Types.Text
+  other-modules:
+      Paths_captcha_2captcha
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -Wno-name-shadowing
+  build-depends:
+      aeson >=1.5.6 && <1.6
+    , base >=4.7 && <5
+    , bytestring >=0.10.12.0 && <0.11
+    , captcha-core ==0.1.*
+    , errors >=2.3.0 && <2.4
+    , extra >=1.7.9 && <1.8
+    , http-client >=0.6.4.1 && <0.8
+    , lens >=4.19.2 && <5.1
+    , lens-aeson >=1.1.3 && <1.2
+    , mtl >=2.2.2 && <2.3
+    , o-clock >=1.2.1 && <1.3
+    , string-conversions >=0.4.0.1 && <0.5
+    , string-interpolate >=0.3.1.1 && <0.4
+    , text >=1.2.4.1 && <1.3
+    , unliftio >=0.2.20 && <0.3
+    , wreq >=0.5.3.3 && <0.6
+  default-language: Haskell2010
+
+test-suite 2captcha-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Captcha.TwoCaptcha
+      Captcha.TwoCaptcha.Test.FunCaptcha
+      Captcha.TwoCaptcha.Test.HCaptcha
+      Captcha.TwoCaptcha.Test.Image
+      Captcha.TwoCaptcha.Test.ReCaptchaV2
+      Captcha.TwoCaptcha.Test.ReCaptchaV3
+      Captcha.TwoCaptcha.Test.Text
+      Paths_captcha_2captcha
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wno-name-shadowing
+  build-depends:
+      aeson >=1.5.6 && <1.6
+    , base >=4.7 && <5
+    , bytestring >=0.10.12.0 && <0.11
+    , captcha-2captcha
+    , captcha-core ==0.1.*
+    , data-default
+    , errors >=2.3.0 && <2.4
+    , extra >=1.7.9 && <1.8
+    , http-client >=0.6.4.1 && <0.8
+    , lens >=4.19.2 && <5.1
+    , lens-aeson >=1.1.3 && <1.2
+    , mtl >=2.2.2 && <2.3
+    , o-clock >=1.2.1 && <1.3
+    , string-conversions >=0.4.0.1 && <0.5
+    , string-interpolate >=0.3.1.1 && <0.4
+    , tasty
+    , tasty-hunit
+    , text >=1.2.4.1 && <1.3
+    , unliftio >=0.2.20 && <0.3
+    , wreq >=0.5.3.3 && <0.6
+  default-language: Haskell2010