[ ghc-Bugs-814025 ] Installation procedure asks too much space

2003-09-30 Thread SourceForge.net
Bugs item #814025, was opened at 2003-09-28 15:41 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=814025group_id=8032 Category: None Group: None Status: Closed Resolution: Wont Fix Priority: 5

[ ghc-Bugs-814864 ] bug ghc --make

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

I NEED YOUR URGENT ASSISTANCE

2003-09-30 Thread MR.WANG QIN
FROM THE DESK OF: MR.WANG QIN HANG SENG BANK LTD. DES VOEUX RD.BRANCH CENTRAL HONG KONG HONG KONG. Dear Friend, I am MR.WANG QIN, credit officer of Hang Seng Bank Ltd; I have an urgent and very confidential business proposition for you. On June 6, 1998, a British Oil consultant/ contractor

DONATION FOR THE LORD

2003-09-30 Thread serenajones
From: Mrs Serena Jones PLEASE ENDEAVOUR TO USED IT FOR THE CHILDREN OF GOD. I am the above named person from Kuwait. I am married to Dr. Harry Jones who worked with Kuwait embassy in Ivory Co ast for nine years before he died in the year 2000. We were married for eleven years without a child. He

Call for Papers: ICFP 2004

2003-09-30 Thread Kathleen Fisher
Ninth Annual ACM SIGPLAN International Conference on Functional Programming Call for Papers ICFP 2004 September 20-22, 2004 Snowbird, Utah * Important Dates - Submission deadline 23:00 01

Re: Interfaces Greencard // Postgres DB

2003-09-30 Thread Gottfried F. Zojer
Thanks fro the reply Well the installment fails . He more infos : Thats the error : error: failed dependencies: haskell is needed by greencard-2.05-1 Thats in my /etc/profile.local : PATH=$PATH:/home/hugs98-Dec2001/bin/export PATH Thats when I type hugs in a bash : Hugs

interact behaves oddly if used interactively

2003-09-30 Thread Christian Maeder
Hi, For GHC (6.0.1) main=interact id basically echoes every line of my input, whereas main=interact show correctly waits for EOF before outputting something. Furthermore the buffering mode must be LineBuffering. If I explicitely set the buffering to NoBuffering I'm not able to enter EOF by

Re: interact behaves oddly if used interactively

2003-09-30 Thread Christian Maeder
main=interact id basically echoes every line of my input, whereas main=interact show correctly waits for EOF before outputting something. Which of these are you claiming is wrong? I guess interact does what it should, but I think it should be changed to avoid interleaved in- and output. lose

Re: type class problem

2003-09-30 Thread oleg
Dean Herington wrote: Can someone explain why the following doesn't work? {-# OPTIONS -fglasgow-exts #-} class R r where rId :: r - String class (R r) = RT r t where rtId :: r - t - String data RPair r1 r2 = RPair r1 r2 instance (R r1, R r2) = R (RPair r1 r2) where rId (RPair

swap leak problem

2003-09-30 Thread David Roundy
Hello. I've got a memory problem that is stumping me, and could use advice in trying to fix it. In brief, the heap of my application keeps increasing with time, until after a few hours it uses up all my swap and gets killed. There is no indication of a true memory leak. Heap profiling