Commit Graph

37 Commits

Author SHA1 Message Date
kili
0a939560c2 Set DIST_SUBDIR for the no_deps pseudo flavor. 2011-04-23 21:05:14 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
c2d44c9575 Comment only. 2011-04-23 13:00:43 +00:00
kili
fbb4e44932 Use the pregenerated lexer and parser to get rid of alex
and happy dependencies (the latter causing circular build
dependencies via hs-mtl and hs-transformers back to haddock).
2011-04-23 12:25:51 +00:00
kili
76a2a4c8ea Update to 2.9.2. 2011-04-11 14:31:01 +00:00
kili
02e82aac0d Move the entry for unregister.sh *below* the @unexec line. 2010-11-21 17:52:55 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
kili
b68af81900 Move WANTLIB-main into the ! ${FLAVOR:L:Mno_deps} block, so the
no_deps FLAVOR has really no dependencies. Add an always failing
do-build for no_deps that tells people why this FLAVOR exists.

"makes sense" jakemsr@, who initlally sent a different diff
2010-08-26 22:05:05 +00:00
kili
feeec7a294 Bump after ghc ABI change 2010-08-02 21:16:15 +00:00
kili
65b2bee750 Switch to REVISION and new WANTLIB/LIB_DEPENDS style. 2010-07-17 13:54:30 +00:00
kili
f19ee7273f WANTLIB += pthread and bump PKGNAME. 2010-06-30 15:41:01 +00:00
kili
6a40d723f3 Require ghc-doc to get all links enabled. 2010-06-18 21:34:23 +00:00
kili
34cceeca47 Oops. I forgot that Haskell people are bad on bootstrapping.
Force the build to use the inplace haddock for building the haddock
documentation.
2010-06-18 21:05:06 +00:00
kili
bf0c02b753 Include the Haddock API, but put it into its own subpackage (hs-haddock).
This will be needed by leksah.
2010-06-18 20:42:03 +00:00
kili
726fff75c3 Add gmp dependency.
Move hs-ghc-paths from RUN_DEPENDS to BUILD_DEPENDS.
Bump.
2010-06-15 17:38:17 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
kili
0886815cde Update to haddock-2.7.2 2010-04-22 21:49:12 +00:00
ajacoutot
983fd44e85 Consistency: remove the 1, 2 or even 3 empty blank lines. 2010-04-15 13:56:33 +00:00
kili
e1b3f27181 Drop maintainership. 2008-09-19 21:39:43 +00:00
kili
219c83615d Don't use runhaskell and unbreak for amd64. 2007-08-01 21:59:55 +00:00
kili
1e680708f3 Oops! Forgot some files. 2007-07-21 17:25:43 +00:00
kili
5faf573595 Update to 0.8 to make it build with ghc-6.6.1. 2007-07-21 17:20:20 +00:00
bernd
b02de5639c Use xenocara expat. 2007-05-04 09:56:02 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
espie
6bec6cc34b WANTLIB markers 2004-11-23 11:22:00 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +00:00
dons
2419ed30f2 Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@
2004-05-17 03:38:51 +00:00
dons
e1a1b45af0 Let haddock build on amd64.
Update my MAINTAINER addr and add RCS tags while I'm here.

ok pvalchev@ avsm@
2004-04-23 02:40:16 +00:00
avsm
72f6223a93 update to 0.6, and support sparc
from maintainer Don Stewart <dons at cse.unsw.edu.au>
2004-01-16 08:46:37 +00:00
avsm
0dc87172f5 Update to haddock-0.5, build docs from sgml source, cleanup
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:11:14 +00:00
avsm
209c2a1a59 initial import of haddock-0.4, from Don Stewart <dons at cse.unsw.edu.au>
--

Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in
a syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked.
2003-07-25 00:26:13 +00:00