hsemail-1.7.2: hsemail.cabal
Name: hsemail
Version: 1.7.2
Copyright: (c) 2012 Peter Simons
License: BSD3
License-File: LICENSE
Author: Peter Simons <simons@cryp.to>, Gero Kriependorf <gero-dev@physra.net>, 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 == 7.0.4, GHC == 7.4.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