packages feed

SMTPClient-0.2: SMTPClient.cabal

name: SMTPClient
version: 0.2
license: BSD3
license-file: LICENSE
cabal-version: >= 1.2
copyright: (c) Stephen Blackheath
author: Stephen Blackheath
maintainer: http://blacksapphire.com/antispam/
stability: beta
synopsis: A simple SMTP client
description:
    A simple SMTP client
    .
    DARCS repository:
    <http://blacksapphire.com/SMTPClient/>
extra-source-files:
    example.hs
    LICENSE
category: Network
build-type: Simple
Library
    exposed-modules: Network.SMTP.Client, Network.SMTP.ClientSession
    build-depends: base >= 4, hsemail, network, old-time, old-locale, containers