
I just downloaded the nice installation of ghc 5.02 for windows. I have just some problem when trying to start ghci with a package as described in the manual:
E:\hs\Quip>ghci -package text e:\PROGRA~1\ghc\ghc-5.02\bin\ghc.exe: no input files Usage: For basic information, try the `--help' option.
E:\hs\Quip>
Adding a Haskell source file as further parameter does not really help:
E:\hs\Quip>ghci -package text M.hs A' does not existhc-5.02\bin\ghc.exe: file `=
E:\hs\Quip>
Any idea, what I am doing wrong? Sven Eric -- ______________________________________________________________ Sven Eric Panitz Uhlandstr. 12 D-64297 Darmstadt Software AG sep@softwareag.com (+49)6151-92-1426 --- when I cannot sing my heart, I can only speak my mind ---

I just downloaded the nice installation of ghc 5.02 for windows.
I have just some problem when trying to start ghci with a package as described in the manual:
E:\hs\Quip>ghci -package text
Works fine for me.
e:\PROGRA~1\ghc\ghc-5.02\bin\ghc.exe: no input files Usage: For basic information, try the `--help' option.
E:\hs\Quip>
Adding a Haskell source file as further parameter does not really help:
E:\hs\Quip>ghci -package text M.hs A' does not existhc-5.02\bin\ghc.exe: file `=
This looks as though there's some problem involving carriage returns, as the error seems to wrap from the end of the line back to the beginning.
Any idea, what I am doing wrong?
Nope. What's your PATH like? What version of Windows are you using? -- http://sc3d.org/rrt/ | wit, n. educated insolence (Aristotle)
participants (2)
-
Reuben Thomas
-
Sven Eric Panitz