Re: building ghc from source

2003-05-30 Thread Alastair Reid
hslibs/win32 is solely used as a nice library to ship to our customers. What makes win32 special over all the other libraries that the library initiative should be producing? If there is a major inconvenience in separating win32 from ghc, that same inconvenience applies to other libraries

RE: n + k patterns

2003-05-30 Thread Simon Peyton-Jones
Good point. Fixed in the head, but not in 6.0 Thanks Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of Ralf Hinze | Sent: 28 May 2003 20:40 | To: GHC bugs | Subject: n + k patterns | | GHCi infers for | | fac 0 = 1

Re: GHC *is* resource hungry

2003-05-30 Thread Ralf Hinze
I bet it's massive types. Translate the program into system F and see. (I remember this came up when looking at Okasaki's sequences of code combinators.) Ok. I didn't use System Fomega (no compiler at hand) but GHC's data types with locally quantified fields. Here is the original program (I

Re: ANNOUNCE: GHC version 6.0

2003-05-30 Thread Ralf Hinze
Please report bugs using our SourceForge page at http://sourceforge.net/projects/ghc/ or send them to [EMAIL PROTECTED] Compiling 6.0 from source fails with: ../../ghc/compiler/ghc-inplace -H16m -O -Wall -fffi -Iinclude '-#include HsOpenGL.h' -cpp -I/usr/X11R6/include

[ ghc-Bugs-745755 ] coreSyn/coreUtils.lhs:1188 Non-exhaustive patterns

2003-05-30 Thread SourceForge.net
Bugs item #745755, was opened at 2003-05-29 20:57 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=745755group_id=8032 Category: Compiler Group: 6.0 Status: Open Resolution: None

RE: building ghc from source

2003-05-30 Thread Mike Thomas
Hi again. | Sorry if I seem to be rejecting your offer to help. That doesn't worry me!! | At the | moment I just want | to get greencard, win32, x11 and hgl out the door. I'm tired of | endlessly | tweaking makefiles... No worries and good luck. Cheers Mike Thomas.

[ ghc-Bugs-745755 ] coreSyn/coreUtils.lhs:1188 Non-exhaustive patterns

2003-05-30 Thread SourceForge.net
Bugs item #745755, was opened at 2003-05-29 20:57 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=745755group_id=8032 Category: Compiler Group: 6.0 Status: Open Resolution: None Priority: 5

RE: Ways and Build Tags for Optimisation

2003-05-30 Thread Simon Peyton-Jones
| For some reason, even though only getCharacterName is exported, when | optimisation is switched on, the interface file balloons a thousandfold: | | $ ls -l UnicodeNames.*hi | -rw-r--r--1 ashley ashley5854480 May 28 02:49 UnicodeNames.hi | -rw-r--r--1 ashley ashley5854497 May