File: SMTPClient.cabal

package info (click to toggle)
haskell-smtpclient 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 92 kB
  • sloc: haskell: 465; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 761 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: SMTPClient
version: 1.0.2
license: BSD3
license-file: LICENSE
cabal-version: >= 1.6
copyright: (c) Stephen Blackheath
author: Stephen Blackheath
maintainer: http://blacksapphire.com/antispam/
stability: stable
synopsis: A simple SMTP client library
description:
    A simple SMTP client library for applications that want to send emails.
extra-source-files:
    example.hs
    LICENSE
category: Network
build-type: Simple
source-repository head
    type:     darcs
    location: http://code.haskell.org/SMTPClient/
Library
    exposed-modules: Network.SMTP.Client, Network.SMTP.ClientSession
    build-depends: base >= 3 && < 5, hsemail >= 1.6 && < 1.7, network, old-time, old-locale,
                   containers, extensible-exceptions >= 0.1 && < 0.2