It seems trivial, but I think the contents of main.hs in the Visual Haskell
default project should include a getChar:

module Main where

main = do
        putStrLn "Hello, world!"
        getChar

The first thing a user is going to do on installation is hit the "build and
execute" button, and the default project displays a window which then closes
before the user can see if anything's happened.

-Bill Mill
bill.mill at gmail.com

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to