packages feed

hsemail-1.5: hsemail.cabal

Name:                   hsemail
Version:                1.5
Copyright:              (c) 2004-2010 Peter Simons
License:                BSD3
License-File:           LICENSE
Author:                 Peter Simons <simons@cryp.to>, Gero Kriependorf <gero@physra.com>, Marty Pauley <marty@kasei.com>
Maintainer:             Peter Simons <simons@cryp.to>
Homepage:               http://gitorious.org/hsemail
Category:               Parsing
Synopsis:               Internet Message Parsers
Description:            Parsers for the syntax defined in RFC2821 and 2822
Cabal-Version:          >= 1.6
Build-Type:             Simple
Tested-With:            GHC == 6.12.1

Extra-Source-Files:     example/message-test.hs
                        example/message-test.input
                        example/smtp-test.hs
                        example/smtp-test.input

Source-Repository head
  Type:                 git
  Location:             git://gitorious.org/hsemail/mainline.git

Library
  Build-Depends:        base >= 3 && < 5, mtl, parsec, old-time
  Exposed-Modules:      Text.ParserCombinators.Parsec.Rfc2234
                        Text.ParserCombinators.Parsec.Rfc2821
                        Text.ParserCombinators.Parsec.Rfc2822
  Ghc-Options:          -Wall