Commit d4fd82d35fdf95bcd0be928676f3afd673c206fb
- Diff rendering mode:
- inline
- side by side
Makefile
(0 / 21)
|   | |||
| 1 | TOP=.. | ||
| 2 | include $(TOP)/mk/boilerplate.mk | ||
| 3 | |||
| 4 | # --------------------------------------------------------------- | ||
| 5 | |||
| 6 | ALL_DIRS = \ | ||
| 7 | Text/ParserCombinators/Parsec | ||
| 8 | |||
| 9 | PACKAGE := hsemail | ||
| 10 | RELEASEDAY := 2005-04-29 | ||
| 11 | VERSION := 0.0-$(RELEASEDAY) | ||
| 12 | PACKAGE_DEPS := base mtl parsec | ||
| 13 | |||
| 14 | SRC_HC_OPTS += -Wall | ||
| 15 | |||
| 16 | SRC_HADDOCK_OPTS += -t "Internet Message Parsers ($(PACKAGE) package)" | ||
| 17 | |||
| 18 | # --------------------------------------------------------------- | ||
| 19 | |||
| 20 | -include $(TOP)/mk/crypto.mk | ||
| 21 | include $(TOP)/mk/target.mk |
package.conf.in
(0 / 20)
|   | |||
| 1 | name: PACKAGE | ||
| 2 | version: VERSION | ||
| 3 | license: GPL | ||
| 4 | maintainer: simons@cryp.to | ||
| 5 | exposed: True | ||
| 6 | |||
| 7 | exposed-modules: | ||
| 8 | Text.ParserCombinators.Parsec.Rfc2234, | ||
| 9 | Text.ParserCombinators.Parsec.Rfc2821, | ||
| 10 | Text.ParserCombinators.Parsec.Rfc2822 | ||
| 11 | |||
| 12 | hidden-modules: | ||
| 13 | |||
| 14 | import-dirs: IMPORT_DIR | ||
| 15 | library-dirs: LIB_DIR | ||
| 16 | hs-libraries: "HShsemail" | ||
| 17 | depends: base, mtl, parsec | ||
| 18 | |||
| 19 | haddock-interfaces: HADDOCK_IFACE | ||
| 20 | haddock-html: HTML_DIR |

