Commit 757cdf0caa01b8ad5eea931c8e92602f1574f76c
- Diff rendering mode:
- inline
- side by side
.gitignore
(4 / 0)
|   | |||
| 1 | *.hi | ||
| 2 | *.o | ||
| 1 | 3 | /GNUmakefile | |
| 4 | /Setup | ||
| 2 | 5 | /Setup.lhs | |
| 3 | 6 | /_darcs | |
| 7 | /dist | ||
| 4 | 8 | /docs | |
| 5 | 9 | /hsemail-*tar.gz | |
| 6 | 10 | /index.html |
README
(2 / 2)
|   | |||
| 1 | 1 | Parsers for the Internet Message Standard | |
| 2 | 2 | ========================================= | |
| 3 | 3 | ||
| 4 | :Latest Release: hsemail-1.1.tar.gz_ | ||
| 4 | :Latest Release: hsemail-1.2.tar.gz_ | ||
| 5 | 5 | :Darcs: darcs_ get --partial http://cryp.to/hsemail/ | |
| 6 | 6 | ||
| 7 | 7 | Synopsis | |
| … | … | ||
| 44 | 44 | ||
| 45 | 45 | .. _darcs: http://abridgegame.org/darcs/ | |
| 46 | 46 | ||
| 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 | ||
| 48 | 48 | ||
| 49 | 49 | .. _Reference Documentation: docs/index.html | |
| 50 | 50 |
hsemail.cabal
(2 / 3)
|   | |||
| 1 | 1 | Name: hsemail | |
| 2 | Version: 1.1 | ||
| 2 | Version: 1.2 | ||
| 3 | 3 | Author: Peter Simons <simons@cryp.to> | |
| 4 | 4 | License: BSD3 | |
| 5 | 5 | License-file: LICENSE | |
| … | … | ||
| 10 | 10 | Category: Parsing | |
| 11 | 11 | Build-Depends: base, mtl, parsec, old-time | |
| 12 | 12 | Build-Type: Simple | |
| 13 | Tested-With: GHC==6.8.2 | ||
| 14 | GHC-Options: -Wall -O2 | ||
| 13 | GHC-Options: -Wall | ||
| 15 | 14 | Exposed-Modules: | |
| 16 | 15 | Text.ParserCombinators.Parsec.Rfc2234, | |
| 17 | 16 | Text.ParserCombinators.Parsec.Rfc2821, |

