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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-15 Thread Wilhelm B. Kloke
Sebastian Sylvan [EMAIL PROTECTED] 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

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


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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-14 Thread Ashley Yakeley
Simon Marlow [EMAIL PROTECTED] wrote:

=
 The (Interactive) Glasgow Haskell Compiler -- version 6.4
=
 
 The GHC Team is delighted to announce a new major release of GHC.

Some issues:

1. ghc -M complains about multiply-defined Main modules.
entered as 
http://sourceforge.net/tracker/index.php?func=detailaid=1162736group_i
d=8032atid=108032

2. What's up with Warning: orphan instances?

3. I notice show for rationals now does 3%2 instead of 3 % 2. 
Probably better, though it does break one of my tests...

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?

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.

-- 
Ashley Yakeley, Seattle WA

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


[Haskell] RE: ANNOUNCE: GHC version 6.4

2005-03-14 Thread Simon Marlow
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=detailaid=1162736group_
i
 d=8032atid=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
___
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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-14 Thread Wolfgang Thaller
   =
The (Interactive) Glasgow Haskell Compiler -- version 6.4
   =
A Mac OS X installer package for Mac OS 10.3 (Panther) is available at
http://www.uni-graz.at/imawww/haskell/GHC-6.4.pkg.zip
I just found a problem with my package:
I accidentally included '/usr/local/bin/runhugs' in the package (which 
obviously has no business there). I have replaced the package with a 
fixed version.
I apologize if this has messed up anyone's hugs installation.

I've also made the double-clickable launcher icons work correctly with 
directory names that contain spaces.

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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-13 Thread Wolfgang Thaller
   =
The (Interactive) Glasgow Haskell Compiler -- version 6.4
   =
A Mac OS X installer package for Mac OS 10.3 (Panther) is available at
http://www.uni-graz.at/imawww/haskell/GHC-6.4.pkg.zip
This package includes GHCi, profiling, dynamic linking support 
(experimental), documentation, and double-clickable icons.

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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-13 Thread Wolfgang Thaller
   =
The (Interactive) Glasgow Haskell Compiler -- version 6.4
   =
A Mac OS X installer package for Mac OS 10.3 (Panther) is available at
http://www.uni-graz.at/imawww/haskell/GHC-6.4.pkg.zip
This package includes GHCi, profiling, dynamic linking support 
(experimental), documentation, and double-clickable icons.
Additional Note:
This requires XCode Tools 1.5 or later (available from Apple's web page 
for free, registration required).

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


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-11 Thread Remi Turk
On Fri, Mar 11, 2005 at 12:25:04PM -, Simon Marlow wrote:
 
=
 The (Interactive) Glasgow Haskell Compiler -- version 6.4
=
 
 The GHC Team is delighted to announce a new major release of GHC.  It
 has been a long time since the last major release (Dec 2003!), and a
 lot has happened:

It's great to hear that *my computer isn't going to get much
sleep tonight* :)

And there's a funny typo which left me wondering why? for a few
seconds on
http://haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html

o Debug.QuickCheck is now Text.QuickCheck

Groetjes,
Remi

-- 
Nobody can be exactly like me. Even I have trouble doing it.
___
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell


[Haskell] Re: ANNOUNCE: GHC version 6.4

2005-03-11 Thread Donald Bruce Stewart
simonmar:
 
=
 The (Interactive) Glasgow Haskell Compiler -- version 6.4
=
 
 The GHC Team is delighted to announce a new major release of GHC.

OpenBSD x86 binary bundle with profiling libs, no docs, is at (21M):

 
ftp://ftp.cse.unsw.edu.au/pub/users/dons/ghc/6.4/ghc-6.4-i386-unknown-openbsd.tar.bz2

cksum: 880201122 21692054
md5:   7edfe1e7d52465ced8dca537fc59c006 

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