I am using the Haskell app for OS X, and have created a Haskell project, and when I create another file in the project, Haskell tells me that the file name and path do not match the module name! I am new to Haskell, what does this mean?
It is telling me also that it is expecting the name of the file as the module name.
Thanks!
modulein its source code)? and what is the filename? Please make sure that you copy&paste these answers, because upper/lowercase-issues are important here.module NewModule;