packages feed

check-email-1.0.2: check-email.cabal

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

name:                check-email
version:             1.0.2
synopsis:            Confirm whether an email is valid and probably existant.
description:         See README at <https://github.com/qoelet/check-email#readme>
category:            Network
homepage:            https://github.com/qoelet/check-email#readme
bug-reports:         https://github.com/qoelet/check-email/issues
author:              Chris Done
maintainer:          Kenny Shen <kenny@machinesung.com>
copyright:           2010 Chris Done
license:             BSD3
license-file:        LICENSE
build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
    cbits/check-mx.h

source-repository head
  type: git
  location: https://github.com/qoelet/check-email

library
  hs-source-dirs:
      src
  default-extensions: ForeignFunctionInterface
  ghc-options: -Wall
  include-dirs:
      cbits
  c-sources:
      cbits/check-mx.c
  extra-libraries:
      resolv
  build-depends:
      base >= 4 && < 5
    , bytestring
    , email-validate >= 0.2
  exposed-modules:
      Network.Email.Check
  other-modules:
      Paths_check_email
  default-language: Haskell2010