Currently it creates an "interpreted.hs" file in the current directory. It clobbers the current directory with compiled object files as well. It might even overwrite if a file with the same name exists. Instead we should use a temporary file and delete it after we are done.
Currently it creates an "interpreted.hs" file in the current directory. It clobbers the current directory with compiled object files as well. It might even overwrite if a file with the same name exists. Instead we should use a temporary file and delete it after we are done.