packages feed

hsemail-ns-1.3.1: hsemail-ns.cabal

Name:           hsemail-ns
Version:        1.3.1
Author:         Peter Simons <simons@cryp.to>, Joe Fredette <jfredett@gmail.com>
License:        BSD3
License-file:   LICENSE
Maintainer:     jfredett@gmail.com
Homepage:       http://patch-tag.com/r/hsemail-ns/home
Synopsis:       Internet Message Parsers
Description:    Nonstandard parsers for the syntax defined in RFC2822, forked from hsemail proper. Should not be used for parsing incoming emails, only emails stored on disk.
Category:       Parsing
Build-Depends:  base<=4, mtl, parsec, old-time
Build-Type:     Simple
GHC-Options:    -Wall
Exposed-Modules:
    Text.ParserCombinators.Parsec.Rfc2234NS,
    Text.ParserCombinators.Parsec.Rfc2822NS
Data-files:
    README,
    prologue.txt,
    example/message-test.hs,
    example/message-test.input