Re: ANNOUNCE: GHC version 6.2.2

2004-10-22 Thread Wolfgang Thaller
   =
The (Interactive) Glasgow Haskell Compiler -- version 6.2.2
   =
A Mac OS X double-clickable package is now available at:
http://www.uni-graz.at/imawww/haskell/GHC.6.2.2.dmg
Enjoy,
Wolfgang
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: [Haskell] Re: ANNOUNCE: GHC version 6.2.2

2004-10-20 Thread Tom Davie
The darwin ports version appears not to be too happy just now...

Error: Target com.apple.build returned: shell command cd
/Users/tatd2/darwinports/dports/lang/ghc/work/ghc-6.2.2  make all
returned error 2
Command output:  In the definition of `remInteger':
 remInteger (S# a) (S# b) = ...
 remInteger (ia@(S# _)) (ib@(J# _ _)) = ...
 remInteger (J# sa a) (S# b) = ...
 remInteger (J# sa a) (J# sb b) = ...

GHC/Num.lhs:181:
Warning: Pattern match(es) are overlapped
 In the definition of `quotInteger':
 quotInteger (S# a) (S# b) = ...
 quotInteger (ia@(S# _)) (ib@(J# _ _)) = ...
 quotInteger (J# sa a) (S# b) = ...
 quotInteger (J# sa a) (J# sb b) = ...
ghc: 123043628 bytes, 13 GCs, 812690/1588200 avg/max bytes residency
(2 samples), 19M in use, 0.02 INIT (0.01 elapsed), 1.76 MUT (12.28
elapsed), 0.25 GC (0.30 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o Num.o Num_split/*.o);   
rm -f GHC/ST.o; if [ ! -d GHC/ST_split ]; then mkdir GHC/ST_split;
else /usr/bin/find GHC/ST_split -name '*.o' -print | xargs rm -f
__rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/ST.lhs -o GHC/ST.o  -ohi
GHC/ST.hi
ghc: 25079676 bytes, 5 GCs, 37084/37084 avg/max bytes residency (1
samples), 17M in use, 0.03 INIT (0.00 elapsed), 0.31 MUT (2.71
elapsed), 0.09 GC (0.13 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o ST.o ST_split/*.o);   
rm -f GHC/Arr.o; if [ ! -d GHC/Arr_split ]; then mkdir GHC/Arr_split;
else /usr/bin/find GHC/Arr_split -name '*.o' -print | xargs rm -f
__rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/Arr.lhs -o GHC/Arr.o  -ohi
GHC/Arr.hi
ghc: 369405704 bytes, 46 GCs, 2846713/4847008 avg/max bytes
residency (6 samples), 19M in use, 0.03 INIT (0.00 elapsed), 5.27 MUT
(32.10 elapsed), 1.74 GC (1.88 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o Arr.o Arr_split/*.o);   
rm -f GHC/Real.o; if [ ! -d GHC/Real_split ]; then mkdir
GHC/Real_split; else /usr/bin/find GHC/Real_split -name '*.o' -print |
xargs rm -f __rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/Real.lhs -o GHC/Real.o  -ohi
GHC/Real.hi
/var/tmp//ccjMNPay.s: No space left on device
ghc: 326383364 bytes, 40 GCs, 2181913/3947816 avg/max bytes
residency (6 samples), 19M in use, 0.02 INIT (0.01 elapsed), 5.23 MUT
(33.79 elapsed), 1.58 GC (2.07 elapsed) :ghc
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: [Haskell] Re: ANNOUNCE: GHC version 6.2.2

2004-10-20 Thread Gregory Wright
Hi Tom,
If this isn't just running out of disk space, let me know your hardware 
configuration
and Xcode versions (uname -a, processor type and total amount of 
memory, gcc3 -v).

So far, all of the reported problems building 6.2.2 under darwinports 
have been related
to Apple's gcc3 (i.e., gcc-3.1) not being installed by default under 
Xcode 1.5.

Best Wishes,
Greg
On Oct 20, 2004, at 10:32 AM, Tom Davie wrote:
The darwin ports version appears not to be too happy just now...
Error: Target com.apple.build returned: shell command cd
/Users/tatd2/darwinports/dports/lang/ghc/work/ghc-6.2.2  make all
returned error 2
Command output:  In the definition of `remInteger':
 remInteger (S# a) (S# b) = ...
 remInteger (ia@(S# _)) (ib@(J# _ _)) = ...
 remInteger (J# sa a) (S# b) = ...
 remInteger (J# sa a) (J# sb b) = ...
GHC/Num.lhs:181:
Warning: Pattern match(es) are overlapped
 In the definition of `quotInteger':
 quotInteger (S# a) (S# b) = ...
 quotInteger (ia@(S# _)) (ib@(J# _ _)) = ...
 quotInteger (J# sa a) (S# b) = ...
 quotInteger (J# sa a) (J# sb b) = ...
ghc: 123043628 bytes, 13 GCs, 812690/1588200 avg/max bytes residency
(2 samples), 19M in use, 0.02 INIT (0.01 elapsed), 1.76 MUT (12.28
elapsed), 0.25 GC (0.30 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o Num.o Num_split/*.o);
rm -f GHC/ST.o; if [ ! -d GHC/ST_split ]; then mkdir GHC/ST_split;
else /usr/bin/find GHC/ST_split -name '*.o' -print | xargs rm -f
__rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/ST.lhs -o GHC/ST.o  -ohi
GHC/ST.hi
ghc: 25079676 bytes, 5 GCs, 37084/37084 avg/max bytes residency (1
samples), 17M in use, 0.03 INIT (0.00 elapsed), 0.31 MUT (2.71
elapsed), 0.09 GC (0.13 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o ST.o ST_split/*.o);
rm -f GHC/Arr.o; if [ ! -d GHC/Arr_split ]; then mkdir GHC/Arr_split;
else /usr/bin/find GHC/Arr_split -name '*.o' -print | xargs rm -f
__rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/Arr.lhs -o GHC/Arr.o  -ohi
GHC/Arr.hi
ghc: 369405704 bytes, 46 GCs, 2846713/4847008 avg/max bytes
residency (6 samples), 19M in use, 0.03 INIT (0.00 elapsed), 5.27 MUT
(32.10 elapsed), 1.74 GC (1.88 elapsed) :ghc
(cd GHC/  /usr/bin/ld -r -x -o Arr.o Arr_split/*.o);
rm -f GHC/Real.o; if [ ! -d GHC/Real_split ]; then mkdir
GHC/Real_split; else /usr/bin/find GHC/Real_split -name '*.o' -print |
xargs rm -f __rm_food; fi;
../../ghc/compiler/ghc-inplace -H16m -O -I/opt/local/include
-L/opt/local/lib -pgmP gcc3 -E -traditional -fglasgow-exts -cpp
-Iinclude -#include HsBase.h -funbox-strict-fields -package-name base
-O -Rghc-timing  -split-objs-c GHC/Real.lhs -o GHC/Real.o  -ohi
GHC/Real.hi
/var/tmp//ccjMNPay.s: No space left on device
ghc: 326383364 bytes, 40 GCs, 2181913/3947816 avg/max bytes
residency (6 samples), 19M in use, 0.02 INIT (0.01 elapsed), 5.23 MUT
(33.79 elapsed), 1.58 GC (2.07 elapsed) :ghc
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Simon Marlow

   =
The (Interactive) Glasgow Haskell Compiler -- version 6.2.2
   =

The GHC Team is pleased to announce the latest patchlevel release of
GHC, 6.2.2.  This is a bugfix release only, there are no new features.
Code that worked with 6.2.1 will work unchanged with 6.2.2.

A lot of bugfixes have gone into 6.2.2; we believe it is one of the
most stable releases of GHC ever.  Thanks to everyone who has been
involved in testing pre-releases and submitting bug reports.

This will also be the last release along the 6.2 branch, the next
release (out soon) will be 6.4 with plenty of new features.

How to get it
~
The easy way is to go to the WWW page, which should be self-explanatory:

http://www.haskell.org/ghc/

We supply binary builds in the native package format for various
flavours of Linux and BSD, and in Windows Installer (MSI) form
for Windows folks.  Binary builds for other platforms are available
as a .tar.gz which can be installed wherever you want.  The source
distribution is also available from the same place.

Packages will appear as they are built - if the package for your
system isn't available yet, please try again later.

Background
~~
Haskell is a standard lazy functional programming language; the
current language version is Haskell 98, agreed in December 1998 and
revised December 2002.

GHC is a state-of-the-art programming suite for Haskell.  Included is
an optimising compiler generating good code for a variety of
platforms, together with an interactive system for convenient, quick
development.  The distribution includes space and time profiling
facilities, a large collection of libraries, and support for various
language extensions, including concurrency, exceptions, and foreign
language interfaces (C, whatever).  GHC is distributed under a
BSD-style open source license.

A wide variety of Haskell related resources (tutorials, libraries,
specifications, documentation, compilers, interpreters, references,
contact information, links to research groups) are available from the
Haskell home page (see below).


On-line GHC-related resources
~~

Relevant URLs on the World-Wide Web:

GHC home page http://www.haskell.org/ghc/
Haskell home page http://www.haskell.org/
comp.lang.functional FAQ  http://www.cs.nott.ac.uk/~gmh/faq.html



System requirements
~~~
To compile programs with GHC, you need a machine with 64+MB memory, GCC
and perl. This release is known to work on the following platforms:

  * i386-unknown-{linux,*bsd,mingw32}
  * sparc-sun-solaris2
  * powerpc-apple-darwin (MacOS X)

Ports to other platforms are possible with varying degrees of
difficulty.  The builder's guide on the web site gives a complete
run-down of what ports work and how to go about porting to a new
platform; it can be found at

 
http://www.haskell.org/ghc/docs/latest/html/building/building-guide.html


Mailing lists
~
We run mailing lists for GHC users and bug reports; to subscribe, use
the web interfaces at

http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

There are several other haskell and ghc-related mailing lists on
www.haskell.org; for the full list, see

http://www.haskell.org/mailman/listinfo/

Please report bugs using our SourceForge page at

http://sourceforge.net/projects/ghc/

or send them to [EMAIL PROTECTED]

GHC users hang out on [EMAIL PROTECTED]  Bleeding
edge CVS users party on [EMAIL PROTECTED]
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Glynn Clements

Simon Marlow wrote:

=
 The (Interactive) Glasgow Haskell Compiler -- version 6.2.2
=
 
 The GHC Team is pleased to announce the latest patchlevel release of
 GHC, 6.2.2.  This is a bugfix release only, there are no new features.
 Code that worked with 6.2.1 will work unchanged with 6.2.2.

Should it be possible to obtain this via CVS? My attempts to update
from 6.2.1 with cvs update -r ghc-6-2-2 ... fail with:

cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Read-only file system

-- 
Glynn Clements [EMAIL PROTECTED]
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Gregory Wright
Hi,
For Mac OS X users, the Darwinports build of GHC has been updated
to the new version (6.2.2). It supports both Jaguar (10.2.x) and
Panther (10.3.y). Apple's gcc-3.1 is required, which is not installed
by default with the latest Xcode 1.5. (Use the custom installation
option of the Xcode installer to install gcc-3.1.) This restriction will
be lifted in the future.
The build is from source, using a binary bootstrap compiler (6.0.1).
It takes about five hours on an 800 MHz G4 PowerBook.
For more information on installing and using Darwinports, see
http://darwinports.opendarwin.org. Many haskell utilities (e.g.,
alex, darcs, happy, haddock, hs-plugins, hsshellscript) are available
through Darwinports.
Best Wishes,
Greg Wright
Gregory Wright
Antiope Associates
[EMAIL PROTECTED]
On Oct 15, 2004, at 10:25 AM, Simon Marlow wrote:
   =
The (Interactive) Glasgow Haskell Compiler -- version 6.2.2
   =
The GHC Team is pleased to announce the latest patchlevel release of
GHC, 6.2.2.  This is a bugfix release only, there are no new features.
Code that worked with 6.2.1 will work unchanged with 6.2.2.
A lot of bugfixes have gone into 6.2.2; we believe it is one of the
most stable releases of GHC ever.  Thanks to everyone who has been
involved in testing pre-releases and submitting bug reports.
This will also be the last release along the 6.2 branch, the next
release (out soon) will be 6.4 with plenty of new features.
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users