Hey, I'm a beginner at compiling (or interpreting) Haskell and some of the basic things are hard to do especially when theres not a lot of info out there for me to use. My question is, how do I run a test file after I have compiled?
I compiler with:
ghc --makefile filename.hs -o executable.exe
And then my test file (provided by my professor) test.cl. Whats the command in the prompt to run the test file with the executable.exe?
Thanks!

Recommended Answers

All 2 Replies

That depends on how your program is written. Does it take the file name as a command line parameter? Does it read the file as standard input? It depends.

That depends on how your program is written. Does it take the file name as a command line parameter? Does it read the file as standard input? It depends.

Problem solved. I finally received an email back from my TA. Thanks anyways :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.