Commit Graph

18 Commits

Author SHA1 Message Date
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
kili
b7060678ab Update to 1.18.
Take maintainership.

Note that the powerpc problems will be fixed separately.
2007-06-29 11:06:25 +00:00
ajacoutot
adbdb46c21 - give it a chance to build on !i386 (fix WANTLIB) 2007-06-27 13:54:56 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
robert
eb17f52a7d explicitly tell nhc98's build system what architecture type we are
building for; this unbreaks the build on arm and sh;
2007-01-05 09:32:50 +00:00
alek
606ee833e7 Use python 2.3
ok dons@
2005-05-22 09:45:06 +00:00
alek
522ecd0c11 Add/fix WANTLIB markers 2005-02-24 13:20:41 +00:00
dons
450a194a1c Switch to building nhc98 via gcc on sparc, as ghc is not available there.
ok pvalchev@
2005-02-20 00:09:53 +00:00
naddy
a8817eabcc SIZE 2005-01-05 16:50:35 +00:00
espie
ee6b38872c new style conflicts 2004-09-18 12:52:54 +00:00
espie
7baa1914ab new plists.
some fragment games with python.
2004-09-15 19:16:07 +00:00
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +00:00
espie
4bf1f55a54 nasty linux folks: nhc98 would build just fine if you happened to have
a bash installed, since this script magically switches to bash if it's
there... and misses a \n when run with ksh.
2004-07-13 12:05:27 +00:00
espie
9102a7a94f fix for gcc3: preprocessor \ handling getting in the way 2004-07-13 11:39:12 +00:00
espie
e8204d098a fix for gcc3: complains about abort() built-in. 2004-07-13 11:38:46 +00:00
espie
6376aba4e7 fix for gcc3: zap multiline constants 2004-07-13 11:38:16 +00:00
pvalchev
409857a1be LP64_ARCHS 2004-05-16 23:37:58 +00:00
dons
1e9c6a5d67 Import nhc98-1.16, a portable Haskell compiler:
nhc98 is a small, easy to install, standards-compliant
	compiler for Haskell 98, the lazy functional programming
	language. It is very portable, and aims to produce small
	executables that run in small amounts of memory. It
	produces medium-fast code, and compilation is itself quite
	fast. It also comes with extensive tool support for
	automatic compilation, foreign language interfacing,
	heap and time profiling, tracing, and debugging.  (Some of
	its advanced kinds of heap profiles are not found in any
	other Haskell compiler.) 

testing, tweaks xsa@; ok pvalchev@
2004-05-10 04:39:03 +00:00