hsemail-1.7.3: hsemail.cabal
Name: hsemail
Version: 1.7.3
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.8
Build-Type: Simple
Tested-With: GHC >= 7.0.4 && <= 7.6.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
Test-Suite test-hsemail
type: exitcode-stdio-1.0
main-is: self-test.hs
build-depends: base, hspec, parsec, old-time