impossible happened: splitTyConApp a{tv i6hr}

2006-08-16 Thread Frederik Eaton
I've attached the code. Skipping Vector ( Vector.hs, dist/build/Vector.o ) Compiling Vector.General ( ./Vector/General.hs, dist/build/Vector/General.o ) ./Vector/General.hs:29:0: Warning: No explicit method nor default method for `vectorUpdate' In the

Re: compiler crash under MacOS X

2006-08-16 Thread Gregory Wright
Hi Joerg, On Aug 14, 2006, at 8:17 AM, Joerg van den Hoff wrote: gregory, thanks for your kind reply. sorry for responding so late but I was OOO (Out Of Office). Hi Joerg, This problem is almost certainly bug #751. This gives a compiler crash if the threaded run time system is used.

ghci feature suggestion

2006-08-16 Thread Frederik Eaton
Hi, I've been thinking that it would be nice if I could give ghci on the command line a list of commands to run initially when it starts. This way, I could make shell aliases to invoke ghci with project-specific configurations, with the appropriate modules loaded automatically. Is something like

Re: ghci feature suggestion

2006-08-16 Thread Duncan Coutts
On Wed, 2006-08-16 at 17:45 +0100, Frederik Eaton wrote: Hi, I've been thinking that it would be nice if I could give ghci on the command line a list of commands to run initially when it starts. This way, I could make shell aliases to invoke ghci with project-specific configurations, with

Re: ghci feature suggestion

2006-08-16 Thread Frederik Eaton
I've been thinking that it would be nice if I could give ghci on the command line a list of commands to run initially when it starts. This way, I could make shell aliases to invoke ghci with project-specific configurations, with the appropriate modules loaded automatically. Is

Re: [GHC] #786: bugs around tagToEnum#

2006-08-16 Thread GHC
#786: bugs around tagToEnum# +--- Reporter: [EMAIL PROTECTED] | Owner: simonpj Type: bug| Status: closed Priority: normal | Milestone: 6.6

ghc searches for package libraries relative to cwd?

2006-08-16 Thread Frederik Eaton
Hi all, It seems that ghc is searching for package libraries relative to the current directory. Is that the intended behavior? ghci does the same thing, by the way. $ pwd /home/frederik/GSLHaskell2 $ ghc --make ../test-proc.hs -package GSL Chasing modules from: ../test-proc.hs Compiling Main