Hello Cafe,

Can someone point me to any packages that are an equivalent to the prompt-toolkit (https://github.com/prompt-toolkit/python-prompt-toolkit).

I would like to use functionality in this library, to create a powerful terminal application which will support syntax highlighting and auto completion. Perhaps, I can use a mix of haskell packages for this. 

For now, the only relevant package I found was http://hackage.haskell.org/package/readline-1.0.3.0/docs/System-Console-Readline.html

Any pointers into this would be greatly appreciated.

Thanks!