RE: ANNOUNCE: GHC version 6.4
On 14 March 2005 10:45, Ashley Yakeley wrote:
1. "ghc -M" complains about multiply-defined "Main" modules. entered as
<http://sourceforge.net/tracker/index.php?func=detail&aid=1162736&group_ i
d=8032&atid=108032>
We'll look into this. A first approximation answer is "you can't do that" with the 6.4 implementation of -M. Sorry.
4. It looks like Data.FiniteMap has been renamed Data.Map, or something. There's no Data.Map at <http://haskell.org/haddock/libraries/>, do these need to be updated?
The right place for library documentation is http://haskell.org/ghc/docs/latest/html/libraries I should probably make the version you're looking at into a link to avoid confusion.
5. Apparently a bunch of stuff is in different pacakges, such as mtl. Is there documentation about what's in what package? Perhaps Haddock should show packages or something? I'm not yet familiar enough with Cabal to know what the best way of doing this is.
The contents page for the libraries lists the package name for each module. It's not ideal - it would be nice to be able to filter the contents page by package, but I haven't got around to implementing that. Cheers, Simon
4. It looks like Data.FiniteMap has been renamed Data.Map, or something. There's no Data.Map at <http://haskell.org/haddock/libraries/>, do these need to be updated?
The right place for library documentation is
http://haskell.org/ghc/docs/latest/html/libraries
I should probably make the version you're looking at into a link to avoid confusion.
Data.Map appears to be broken from there too. I get some sort of page with a menu as if the html file is a directory containing only the items "HTML" and "using" both of which are broken links, and then "[an internal server error occured]". - Cale
I'm having trouble building this. I download the source, go to my source dir and run ./configure (which seems to run to completion without problems), then I run make and get the following: .... "./mk/config.mk", line 554: Need an operator "./mk/config.mk", line 554: Need an operator ..... Error expanding embedded variable This is on freeBSD 5.3 /S -- Sebastian Sylvan +46(0)736-818655 UIN: 44640862
Sebastian Sylvan <sebastian.sylvan@gmail.com> schrieb:
I'm having trouble building this. I download the source, go to my source dir and run ./configure (which seems to run to completion without problems), then I run make and get the following:
.... "./mk/config.mk", line 554: Need an operator "./mk/config.mk", line 554: Need an operator ..... Error expanding embedded variable
This is on freeBSD 5.3
It looks like you have had more luck than me. I could not get configure finish correctly till now. The above error indicates the wrong make program. Try gmake (GNU make) instead. -- Dipl.-Math. Wilhelm Bernhard Kloke Institut fuer Arbeitsphysiologie an der Universitaet Dortmund Ardeystrasse 67, D-44139 Dortmund, Tel. 0231-1084-257
participants (4)
-
Cale Gibbard -
Sebastian Sylvan -
Simon Marlow -
Wilhelm B. Kloke