
(A better mailing list for GHC questions is Glasgow-haskell-users@haskell.org) I guess you can say ghci Main.hs < run_main >& /dev/null where run_main contains main That way, GHCi will load Main.hs, and then run 'main'. The output redirection would throw away the banner stuff. It'd be better to be able to say ghc --run Main.hs instead. If a lot of people are keen on that we'll probably do it. Simon | -----Original Message----- | From: haskell-admin@haskell.org [mailto:haskell-admin@haskell.org] On Behalf Of edgar cubides | Sent: 11 April 2003 19:51 | To: haskell@haskell.org | | Hi, i'm doing my undergraduate project about a HUGS tool. | | I have right now the following components: | | - A software client/server that is compilable on runHUGS. | | The problem is if i compile this software using GHC, can i run it on line.? | How can i do this? | | I apreciate any documentation about it. | | Thanks for your time. | | _________________________________________________________________ | The new MSN 8: advanced junk mail protection and 2 months FREE* | http://join.msn.com/?page=features/junkmail | | _______________________________________________ | Haskell mailing list | Haskell@haskell.org | http://www.haskell.org/mailman/listinfo/haskell
participants (1)
-
Simon Peyton-Jones