Thanks to Snail Talk:
ghc and happy will now also build on the alpha...
the src.rpm's are in /incoming...
===
Name : ghc Relocations: (not
relocateable)
Version : 4.06 Vendor: (none)
Release : 3mdk Build Date: Sun Apr 9
07:49:52 2000
Install date: (not installed) Build Host:
d10179.dtk.chello.nl
Group : Development/Other Source RPM: (none)
Size : 2651205 License: BSD style w/o
adv. clause
URL : http://haskell.org/ghc/
Summary : the Glasgow Haskell Compiler
Description :
The Glorious Glasgow Haskell Compilation System (GHC) is a robust,
fully-featured, optimising compiler for the functional programming
language Haskell 98. GHC compiles Haskell to either native code or
c. It implements numerous experimental language extensions to Haskell,
including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
Haskell 98 is "the" standard lazy functional programming language.
More info plus the language definition is at http://www.haskell.org/.
* Sun Apr 09 2000 Geoffrey Lee <[EMAIL PROTECTED]>
- alpha suck fix
===
Name : happy Relocations: (not
relocateable)
Version : 1.6 Vendor: (none)
Release : 2mdk Build Date: Sun Apr 9
11:50:23 2000
Install date: (not installed) Build Host:
d10179.dtk.chello.nl
Group : Development/Languages Source RPM: (none)
Size : 170860 License: GPL
URL : http://www.dcs.gla.ac.uk/fp/software/happy.html
Summary : parser generator system for Haskell
Description :
Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it
takes a file containing an annotated BNF specification of a grammar and
produces a Haskell module
containing a parser for the grammar.
Happy is flexible; unlike `yacc', you can have several Happy parsers in
the same program. Happy can
work in conjunction with a lexical analyser supplied by the user (either
hand-written or generated
by another program), or it can parse a stream of characters directly
(but this isn't practical in
most cases).
* Sun Apr 09 2000 Geoffrey Lee <[EMAIL PROTECTED]>
- alpha suck fix
===
PS: the packages seem to "need" each other during the build. How can
these things be
built if neither of them is installed on the system?
Stefan van der Eijk