Commit 0e1991f60cd7ed1df1243310d27512530639968b
- Diff rendering mode:
- inline
- side by side
hsemail.cabal
(5 / 2)
|   | |||
| 2 | 2 | Version: 1.1 | |
| 3 | 3 | Author: Peter Simons <simons@cryp.to> | |
| 4 | 4 | License: BSD3 | |
| 5 | License-file: LICENSE | ||
| 5 | License-file: LICENSE | ||
| 6 | 6 | Maintainer: simons@cryp.to | |
| 7 | 7 | Homepage: http://cryp.to/hsemail/ | |
| 8 | 8 | Synopsis: Internet Message Parsers | |
| 9 | 9 | Description: Parsers for the syntax defined in RFC2821 and 2822 | |
| 10 | 10 | Category: Parsing | |
| 11 | Build-Depends: base, mtl, parsec | ||
| 11 | Build-Depends: base, mtl, parsec, old-time | ||
| 12 | Build-Type: Simple | ||
| 13 | Tested-With: GHC==6.8.2 | ||
| 14 | GHC-Options: -Wall -O2 | ||
| 12 | 15 | Exposed-Modules: | |
| 13 | 16 | Text.ParserCombinators.Parsec.Rfc2234, | |
| 14 | 17 | Text.ParserCombinators.Parsec.Rfc2821, |

