I followed the instructions and tried the basic test of whether or not the
program was installed.  I got the following back from GHC:

        bash-2.02$ /ghc/ghc-4.03/bin/ghc-4.03 -o main main.hs
        <stdin>:0:25: Character literal '{-# LINE 1 "main.hs" -}' too long
        <stdin>:0:25:  on input: "'"

The contents of main.hs are:

        module Main(main) where
        
        main = putStrLn "Hello, world!"

Please advise as to next step.  :-)

--
Michael T. Richter    <[EMAIL PROTECTED]>    http://www.igs.net/~mtr/
          PGP Key: http://www.igs.net/~mtr/pgp-key.html
PGP Fingerprint: 40D1 33E0 F70B 6BB5 8353 4669 B4CC DD09 04ED 4FE8 

Reply via email to