Open
Description
It is easy to accidentely construct a program that is requires too much time or memory, or is even infinite.
Therefore GHCI invokations need to be time and memory limited, so that viskell stay responsive and the PC doesn't run out of memory.
Also if any GHCI problem occurs, viskell should be able to recover without a restart.