RE: [Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-16 Thread Simon Marlow
On 15 March 2005 18:26, Sebastian Sylvan wrote:

 Ah, that did it! However, some packages seem to be missing, like HGL
 for instance.
 rts-1.0, base-1.0, haskell98-1.0, template-haskell-1.0, unix-1.0,
 Cabal-1.0, parsec-1.0, haskell-src-1.0, network-1.0,
 QuickCheck-1.0, HUnit-1.1, mtl-1.0, fgl-5.2, OpenGL-2.0, stm-1.0,
 readline-1.0, (lang-1.0), (concurrent-1.0), (posix-1.0),
 (util-1.0), (data-1.0), (text-1.0), (net-1.0), (hssource-1.0)
 
 How would one go about just installing every damn package availble?

It looks like the configure machinery didn't detect the X11 libraries,
or for some other reason failed to build the X11 package and hence also
omitted the HGL package.

Could you send the full ./configure output?

Cheers,
Simon
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: [Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-15 Thread Simon Marlow
On 14 March 2005 18:08, Cale Gibbard wrote:

 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].

Fixed; it turns out that Apache was trying to interpret a file with a
.map extension differently.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: [Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-15 Thread Simon Marlow
On 15 March 2005 00:46, Sebastian Sylvan wrote:

 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

You need to use 'gmake' (GNU make).

Cheers,
Simon
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: [Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-15 Thread Simon Marlow
On 14 March 2005 18:08, Cale Gibbard wrote:

 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].

Fixed; it turns out that Apache was trying to interpret a file with a
.map extension differently.

Cheers,
Simon
___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell


Re: [Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-14 Thread Cale Gibbard
  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
___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell