Commit d4fd82d35fdf95bcd0be928676f3afd673c206fb

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