I tried writing a haskell executable, but lighthouse doesn't seem to work with it. (The exectuble gets the input, but the output is not working with lighthouse). It's piped to stdout however.
When using a bash script and executing the executable it doesn't work either.
When I pipe it through a bash script and the haskell interpreter (runhaskell) it works.