Open ffaf1 opened 3 years ago
Thanks for the report. Patch welcome, but I've mostly moved to using Haskell Language Server, so am unlikely to fix this myself.
This isn't related but this issue is how I found out I needed to pass --color
to :test main --color
to get Colourista to work, so saying thank you both!
To reproduce:
ghcid -c "cabal repl test" -T "import Main" -T ":main --color -f failed-examples"
)C-c
Expected behaviour:
C-c
).