Commit e953813d81242423ecc9c64384c79c261921b1d2
- Diff rendering mode:
- inline
- side by side
hsemail.cabal
(0 / 2)
|   | |||
| 9 | 9 | Description: Parsers for the syntax defined in RFC2821 and 2822 | |
| 10 | 10 | Category: Parsing | |
| 11 | 11 | Build-Depends: base, mtl, parsec | |
| 12 | |||
| 13 | 12 | Exposed-Modules: | |
| 14 | 13 | Text.ParserCombinators.Parsec.Rfc2234, | |
| 15 | 14 | Text.ParserCombinators.Parsec.Rfc2821, | |
| 16 | 15 | Text.ParserCombinators.Parsec.Rfc2822 | |
| 17 | |||
| 18 | 16 | Data-files: | |
| 19 | 17 | README, | |
| 20 | 18 | prologue.txt, |

