packages feed

smtpbz-1.0.0: smtpbz.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack

name:           smtpbz
version:        1.0.0
synopsis:       This is smtpbz
description:    See README.markdown
category:       Web
author:         Matvey Aksenov
maintainer:     matvey.aksenov@gmail.com
copyright:      2022 Matvey Aksenov
license:        BSD2
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.markdown
    CHANGELOG.markdown

library
  exposed-modules:
      Smtpbz
      Smtpbz.Internal.Api
      Smtpbz.Internal.Has
  other-modules:
      Paths_smtpbz
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
  ghc-options: -funbox-strict-fields -Wall
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , http-conduit
    , http-types
    , text
  default-language: Haskell2010