I'm attempting to build frag on Mac OS X Intel with the 6.6
distribution, and I hit the following:
/tmp/ghc25850_0/ghc25850_0.hc:5:22:
error: HsOpenGL.h: No such file or directory
A comparison of the C include directories for 6.6 and a recent 6.5
build gives:
$ diff -r /usr/local/lib/
Hello,
The Portfile has made it to the servers, but installation doesn't
complete successfully for me (on Intel/10.4.8). The first issue is
that something happens to the dynamic library lookup path so the
configure check for a working C compiler fails with a dyld error. I
managed to fix t
Simon Marlow <[EMAIL PROTECTED]> wrote:
> The difference is subtle. The semantics of seq and pseq are
> identical; however, GHC can see that seq is strict in both its
> arguments and hence could choose to evaluate them in either order,
> whereas pseq is only strict in its first argument as far
On Oct 27, 2006, at 10:25 AM, C.M.Brown wrote:
Hi Greg,
I have just been trying to install ghc 6.6 using Darwin Ports, but the
search facility can't find ghc-6.6. :
sudo port selfupdate
DarwinPorts base version 1.320 installed
Downloaded MacPorts base version 1.320
The MacPorts installation i
Hi Greg,
I have just been trying to install ghc 6.6 using Darwin Ports, but the
search facility can't find ghc-6.6. :
sudo port selfupdate
DarwinPorts base version 1.320 installed
Downloaded MacPorts base version 1.320
The MacPorts installation is not outdated and so was not updated
selfupdate do
Hi,
GHC 6.6 is now available for OS X systems on both Intel and PowerPC
processors using the MacPorts infrastructure.
The compiler is built from source, using a binary bootstrap compiler.
OS X
versions 10.3 (Panther) and 10.4 (Tiger) are supported for PowerPC
processors;
for Intel processo
I just noticed, thanks to some testing of the parallelism support in 6.6 by
Satnam Singh, that Control.Parallel exports seq when in fact it should probably
export pseq.
The difference is subtle. The semantics of seq and pseq are identical; however,
GHC can see that seq is strict in both its a