1
Name:                   hsemail
2
Version:                1.7.1
3
Copyright:              (c) 2004-2011 Peter Simons
4
License:                BSD3
5
License-File:           LICENSE
6
Author:                 Peter Simons <simons@cryp.to>, Gero Kriependorf <gero-dev@physra.net>, Marty Pauley <marty@kasei.com>
7
Maintainer:             Peter Simons <simons@cryp.to>
8
Homepage:               http://gitorious.org/hsemail
9
Category:               Parsing
10
Synopsis:               Internet Message Parsers
11
Description:            Parsers for the syntax defined in RFC2821 and 2822
12
Cabal-Version:          >= 1.6
13
Build-Type:             Simple
14
Tested-With:            GHC == 7.0.2
15
16
Extra-Source-Files:     example/message-test.hs
17
                        example/message-test.input
18
                        example/smtp-test.hs
19
                        example/smtp-test.input
20
21
Source-Repository head
22
  Type:                 git
23
  Location:             git://gitorious.org/hsemail/mainline.git
24
25
Library
26
  Build-Depends:        base >= 3 && < 5, mtl, parsec, old-time
27
  Exposed-Modules:      Text.ParserCombinators.Parsec.Rfc2234
28
                        Text.ParserCombinators.Parsec.Rfc2821
29
                        Text.ParserCombinators.Parsec.Rfc2822
30
  Ghc-Options:          -Wall