-- Initial sendgrid-haskell.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: sendgrid-haskell version: 1.0 description: A Haskell SendGrid API client synopsis: Sengrid API -- description: homepage: https://owainlewis.com license: MIT license-file: LICENSE author: Owain Lewis maintainer: owain@owainlewis.com -- copyright: category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Network.Sendgrid.Api other-modules: Network.Sendgrid.Utils -- other-extensions: build-depends: base (==4.*), http-conduit, aeson, bytestring, text, containers, transformers, exceptions, monad-control hs-source-dirs: src default-language: Haskell2010