<div dir="ltr"><span style="font-size:12.8px">Hello All,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have started learning Haskell couple of days ago. I was looking for an IDE and found Atom as one of them. When I started using it I installed multiple packages and tried running creating Haskell files and saving it. This IDE always gives me following error. Please help to debug this:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>[Enter steps to reproduce below:]</div><div><br></div><div>1. ...</div><div>2. ...</div><div><br></div><div>**Atom Version**: 1.7.4</div><div>**System**: Microsoft Windows 10 Pro</div><div>**Thrown From**: [haskell-ghc-mod](<a href="https://github.com/atom-haskell/haskell-ghc-mod">https://github.com/atom-haskell/haskell-ghc-mod</a>) package, v1.14.5</div><div><br></div><div><br></div><div>### Stack Trace</div><div><br></div><div>Haskell-ghc-mod: ghc-mod failed to launch. It is probably missing or misconfigured. ENOENT</div><div><br></div><div>```</div><div>At Error: spawn ghc-mod ENOENT</div><div>PATH: undefined</div><div>path: undefined</div><div>Path: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Users\Balraj Singh\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Java\jdk1.7.0_71\lib;C:\Program Files (x86)\Java\jre7\lib;C:\Program Files (x86)\Java\jdk1.7.0_71\bin;C:\Program Files (x86)\Java\jre7\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\WinMerge;C:\ghc-8.0.1\bin;C:\Users\Balraj Singh\AppData\Local\atom\bin</div><div><br></div><div>Error</div><div>    at file:///C:/Users/Balraj Singh/.atom/packages/haskell-ghc-mod/lib/util.coffee:60:26</div><div>    at exithandler (child_process.js:232:5)</div><div>    at ChildProcess.errorhandler (child_process.js:244:5)</div><div>    at emitOne (events.js:77:13)</div><div>    at ChildProcess.emit (events.js:169:7)</div><div>    at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)</div><div>    at onErrorNT (internal/child_process.js:344:16)</div><div>    at doNTCallback2 (node.js:465:9)</div><div>    at process._tickCallback (node.js:379:17)</div><div>```</div><div><br></div><div>### Commands</div><div><br></div><div>```</div><div>     -8:25.4.0 core:backspace (atom-text-editor.editor.is-focused)</div><div>  3x -8:22 core:save (atom-text-editor.editor.is-focused)</div><div>     -8:00.7.0 tabs:open-in-new-window (li.texteditor.tab.sortable.active.right-clicked)</div><div>     -7:50.5.0 tree-view:show-in-file-manager (span.name.icon.icon-file-text)</div><div>     -3:30.1.0 core:save (atom-text-editor.editor.is-focused)</div><div>     -3:22.2.0 haskell-ghc-mod:go-to-declaration (atom-text-editor.editor.is-focused)</div><div>  2x -2:53 ide-haskell:prettify-file (atom-text-editor.editor.is-focused)</div><div>     -2:39.2.0 ide-haskell:toggle-output (atom-text-editor.editor.is-focused)</div><div>     -2:34.6.0 ide-haskell-cabal:build (atom-text-editor.editor.is-focused)</div><div>     -2:24.8.0 ide-haskell-cabal:test (atom-text-editor.editor.is-focused)</div><div>     -2:18.5.0 haskell-ghc-mod:check-file (atom-text-editor.editor.is-focused)</div><div>     -2:14.6.0 haskell-ghc-mod:lint-file (atom-text-editor.editor.is-focused)</div><div>     -2:03.4.0 ide-haskell:prettify-file (atom-text-editor.editor.is-focused)</div><div>     -1:53.1.0 haskell-ghc-mod:lint-file (atom-text-editor.editor.is-focused)</div><div>  2x -0:59.2.0 haskell-ghc-mod:check-file (atom-text-editor.editor.is-focused)</div><div>     -0:03.8.0 haskell-ghc-mod:shutdown-backend (atom-text-editor.editor.is-focused)</div><div>```</div><div><br></div><div>### Config</div><div><br></div><div>```json</div><div>{}</div><div>```</div><div><br></div><div>### Installed Packages</div><div><br></div><div>```coffee</div><div># User</div><div>haskell-ghc-mod, v1.14.5</div><div>ide-haskell, v1.6.5</div><div>ide-haskell-cabal, v1.4.0</div><div>ide-haskell-repl, v0.0.23</div><div>language-haskell, v1.7.16</div><div><br></div><div># Dev</div><div>No dev packages</div><div>```</div><div><br></div></div><div style="font-size:12.8px">Regards,</div><div style="font-size:12.8px">Balraj Singh</div></div>