Colorful shell for Haskell on Windows?
console, haskell, syntax-highlighting, windows
Solution
WinGHCi (included with the Haskell Platform on Windows) supports coloured output in a limited form:
I suggest using a real editor for anything more complex than a one-liner.
Problem
I'm learning about haskell from this tutorial site. As you can see, the console in the pictures have colors, to make writing easier, and more readable. Is there any way to make the ghci colorful on windows. I ask this because IDLE, has color, when working with Python, which makes it a lot easier to work with.