メモ帳++でHaskellをコンパイルして実行するにはどうすればよいですか?プラグインNppExecをインストールしてから、F6キーを押し
てHaskellファイルをに保存しましたC:\Users\Sam\Desktop\haskell files\new 3.hs
したがって、F6キーを押した後のコマンドで、いくつかの異なるものを入力してみました。
C:\Users\Sam\Desktop\haskell files\new 3.hs`
ghc.exe new 3.hs
haskell new
しかし、私はこれらの応答を得ました:
C:\Users\Sam\Desktop\haskell files\new 3.hs
CreateProcess() failed with error code 2:
The system cannot find the file specified.
ghc.exe new 3.hs
Process started >>>
target `new' is not a module name or a source file
<<< Process finished.
haskell new 3
CreateProcess() failed with error code 2:
The system cannot find the file specified.
================ READY ================
notepad ++のhaskellファイルでコンパイルして実行する正しい方法は何ですか?