-- Initial sendgrid-v3.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sendgrid-v3 version: 0.3.0.0 synopsis: Sendgrid v3 API library description: SendGrid v3 Mail API client homepage: https://github.com/marcelbuesing/sendgrid-v3 license: MIT license-file: LICENSE author: marcelbuesing maintainer: buesing.marcel@googlemail.com -- copyright: category: Network build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 tested-with: GHC ==8.6.5 || ==8.8.3 || ==8.10.2 source-repository head type: git location: https://github.com/marcelbuesing/sendgrid-v3 library exposed-modules: Network.SendGridV3.Api other-modules: Network.SendGridV3.JSON -- other-extensions: build-depends: aeson >= 1.3.0 , base >=4.8 && < 4.15 , lens >= 4.13 , semigroups >= 0.18 , text >= 1.2 , wreq >= 0.5 , http-client >= 0.5 , bytestring >= 0.10.8 hs-source-dirs: src default-language: Haskell2010 test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: test.hs build-depends: base >= 4 && < 5 , lens >= 4.13 , semigroups >= 0.18 , sendgrid-v3 , tasty >= 1.0 , tasty-hunit >= 0.10 , text >= 1.2 , wreq >= 0.5