Re: FW: GHC API: Problems with implementing :reload for ghc --make

2006-11-30 Thread Simon Marlow
Ian Lynagh wrote: Hi Brian, Sorry for the delayed response. My goal is to write a program GhcRemake that works like ghc --make. However, instead of terminating after compilation is done, I want the program to stay open and wait for me to hit ENTER. When I hit ENTER, GhcRemake rebuilds the

Re: FW: GHC API: Problems with implementing :reload for ghc --make

2006-11-24 Thread Ian Lynagh
Hi Brian, Sorry for the delayed response. My goal is to write a program GhcRemake that works like ghc --make. However, instead of terminating after compilation is done, I want the program to stay open and wait for me to hit ENTER. When I hit ENTER, GhcRemake rebuilds the project, just as if

Re: FW: GHC API: Problems with implementing :reload for ghc --make

2006-11-24 Thread Brian Smith
On 11/24/06, Ian Lynagh [EMAIL PROTECTED] wrote: My goal is to write a program GhcRemake that works like ghc --make. However, instead of terminating after compilation is done, I want the program to stay open and wait for me to hit ENTER. snip building the GHC API with it. Unfortunately,