Thomas Tuegel
Thomas Tuegel
@hvr By the way, what operating system is this on, and what is your default encoding set to? (It should work correctly regardless of these facts, but knowing these may...
Incidentally, this makes it impossible to set flags for tools included in `shellFor`.
> > Incidentally, this makes it impossible to set flags for tools included in `shellFor`. > > @ttuegel Can you expand on this? @angerman Sorry for being a little vague....
> Would you be able to work around this for now by adding `hsc2hs` to the `extra-deps` of `kore/stack.yaml`? For non-technical reasons, I need to do this without modifying `stack.yaml`....
> Could it be a cabal-install issue? That's possible, but I think it's more likely a dependency version issue, since you are using LTS Haskell. I say this because I...
According to that log, stack didn't build anything?
Hedgehog does compile using `cabal` and those dependency versions, so the problem appears to be that some package was updated on Hackage.
I see this error on Linux when the eventlog'd program is run with a large environment (about 69 kb, but I suspect the magic number is 2^16 bytes).
@maoe A large process environment, the environment variables. The `ProgramEnv` constructor of `EventInfo`.
This probably depends on what type of storage hardware is used. With a spinning disk, I found `4*NCPUS` worked best. With an SSD, it sounds like `1.5*NCPUS` works better. I...