We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46d75b commit 1c8756dCopy full SHA for 1c8756d
exe/IHP/IDE/DevServer.hs
@@ -265,8 +265,8 @@ startAppGHCI = do
265
libDirectory <- LibDir.findLibDirectory
266
267
let loadAppCommands =
268
- [ ":script " <> cs libDirectory <> "/applicationGhciConfig"
269
- , ":set prompt \"\"" -- Disable the prompt as this caused output such as '[38;5;208mIHP>[m Ser[v3e8r; 5s;t2a0r8tmedI' instead of 'Server started'
+ [ -- The app is loaded by loading .ghci, which then loads applicationGhciConfig, which triggers a ':l Main.hs'
+ ":set prompt \"\"" -- Disable the prompt as this caused output such as '[38;5;208mIHP>[m Ser[v3e8r; 5s;t2a0r8tmedI' instead of 'Server started'
270
, "import qualified ClassyPrelude"
271
]
272
0 commit comments