Commit 757cdf0caa01b8ad5eea931c8e92602f1574f76c

Updated cabal build.
.gitignore
(4 / 0)
  
1*.hi
2*.o
13/GNUmakefile
4/Setup
25/Setup.lhs
36/_darcs
7/dist
48/docs
59/hsemail-*tar.gz
610/index.html
README
(2 / 2)
  
11Parsers for the Internet Message Standard
22=========================================
33
4:Latest Release: hsemail-1.1.tar.gz_
4:Latest Release: hsemail-1.2.tar.gz_
55:Darcs: darcs_ get --partial http://cryp.to/hsemail/
66
77Synopsis
4444
4545.. _darcs: http://abridgegame.org/darcs/
4646
47.. _hsemail-1.1.tar.gz: http://cryp.to/hsemail/hsemail-1.1.tar.gz
47.. _hsemail-1.2.tar.gz: http://cryp.to/hsemail/hsemail-1.2.tar.gz
4848
4949.. _Reference Documentation: docs/index.html
5050
  
11Name: hsemail
2Version: 1.1
2Version: 1.2
33Author: Peter Simons <simons@cryp.to>
44License: BSD3
55License-file: LICENSE
1010Category: Parsing
1111Build-Depends: base, mtl, parsec, old-time
1212Build-Type: Simple
13Tested-With: GHC==6.8.2
14GHC-Options: -Wall -O2
13GHC-Options: -Wall
1514Exposed-Modules:
1615 Text.ParserCombinators.Parsec.Rfc2234,
1716 Text.ParserCombinators.Parsec.Rfc2821,