Commit e5d501426fd393bb398bc9e92f2431de30847437
- Diff rendering mode:
- inline
- side by side
hsemail.cabal
(19 / 8)
|   | |||
| 1 | Name: hsemail | ||
| 2 | Version: 0.0-2005-04-29 | ||
| 3 | Author: Peter Simons <simons@cryp.to> | ||
| 4 | License: GPL | ||
| 5 | Maintainer: simons@cryp.to | ||
| 6 | Homepage: http://cryp.to/hsemail/ | ||
| 7 | Description: Internet Message Parsers | ||
| 8 | Build-Depends: base, mtl, parsec | ||
| 1 | Name: hsemail | ||
| 2 | Version: 1.0 | ||
| 3 | Author: Peter Simons <simons@cryp.to> | ||
| 4 | License: BSD3 | ||
| 5 | License-file: LICENSE | ||
| 6 | Maintainer: simons@cryp.to | ||
| 7 | Homepage: http://cryp.to/hsemail/ | ||
| 8 | Description: Internet Message Parsers | ||
| 9 | Category: Parsing | ||
| 10 | Build-Depends: base, mtl, parsec | ||
| 11 | |||
| 9 | 12 | Exposed-Modules: | |
| 10 | 13 | Text.ParserCombinators.Parsec.Rfc2234, | |
| 11 | 14 | Text.ParserCombinators.Parsec.Rfc2821, | |
| 12 | 15 | Text.ParserCombinators.Parsec.Rfc2822 | |
| 16 | |||
| 17 | Data-files: | ||
| 18 | README, | ||
| 19 | prologue.txt, | ||
| 20 | example/message-test.hs, | ||
| 21 | example/message-test.input, | ||
| 22 | example/smtp-test.hs, | ||
| 23 | example/smtp-test.input |

