Andrei Dziahel
Andrei Dziahel
> Didn't you are also a Scala developer Since Scala is a requirement to contribute to ij-haskell, I am :)
Now the aforementioned upstream issue got resolved with [the following answer](https://youtrack.jetbrains.com/issue/IDEA-254531#focus=Comments-27-5447185.0-0): > In case of Haskell and Scala that behavior should be tuned on the language plugin side. There is...
OHMYGOD YES PLEASE consider wrapping stacktrace to something like `Something meaningful...stacktrace...` BTW. Works good for https://github.com/KronicDeth/intellij-elixir/issues/902
Affects me too on Linux. My guess is the executable somehow gets a non-pty stdout/err which causes output buffering to be enabled automatically.
changing the sample source in following way ```haskell module Main where import System.Posix.IO (stdInput, stdOutput) import System.Posix.Terminal (queryTerminal) import Lib main :: IO () main = do putStrLn "Hello, what's...
Nope, didn't work for me. With the project I work on, that is.
Thanks for implementing this, it does the job in test project indeed, but I've ran into following exception after adding a package to the day job project: stack trace ```...
All right, here's a redacted screenshot. The package directory name, .cabal file name and package name in the .cabal file are all the same. 
none, besides usual `.gitignore` & `.stack-work` BTW copying&renaming `.iml` file from sibling package & referencing it in `.idea/modules.xml` did the job
by simply adding the ```yaml - REDACTED_PACKAGE_NAME ``` line under `packages` key