Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Bulat Ziganshin
Hello Neil, Sunday, February 12, 2006, 10:31:40 PM, you wrote: NM I'm working on a Windows Haskell GUI, a lot like WinHugs (stealing a NM lot of the code from WinHugs), which I want to make cross-compiler NM happy - i.e. Hugs, GHCi and Yhc at least. [See NM

Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Neil Mitchell
I added support for GHC's split-objs feature to the Gtk2Hs build system and the size of a striped hello world GUI shrank from 2.7M to 250k. For reference a trivial program (main = print hello world) is 190k on my system. This improvement will be included in the next release. Thats good to

Re: WinHugs for GHCi, prompt feature

2006-02-13 Thread Duncan Coutts
On Mon, 2006-02-13 at 21:13 +, Neil Mitchell wrote: Hmm. Drag 'n drop. Yeah we'll have to look into that. I believe it is supposed to work but we've not made those features available yet. Mike Dodd's was giving some prodding on my behalf, for Yhe. I think in the end he just got really

WinHugs for GHCi, prompt feature

2006-02-12 Thread Neil Mitchell
Hi, I'm working on a Windows Haskell GUI, a lot like WinHugs (stealing a lot of the code from WinHugs), which I want to make cross-compiler happy - i.e. Hugs, GHCi and Yhc at least. [See http://www-users.cs.york.ac.uk/~ndm/projects/winhaskell.php for a really old screen shot] The way I am

Re: WinHugs for GHCi, prompt feature

2006-02-12 Thread Claus Reinke
Studio plugin) http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/ghc/compiler/main/GHC.hs cheers, claus - Original Message - From: Neil Mitchell [EMAIL PROTECTED] To: glasgow-haskell-users@haskell.org Sent: Sunday, February 12, 2006 7:31 PM Subject: WinHugs for GHCi, prompt feature

Re: WinHugs for GHCi, prompt feature

2006-02-12 Thread Neil Mitchell
not a good week for such questions, as the Simons have gone on holiday, but here are some pointers. True, I forgot that... - check out the emacs mode for haskell, which does a similar thing http://www.iro.umontreal.ca/~monnier/elisp/#haskell-mode Thanks for the hint, from what I can tell