Enable tab auto-completion case-insensitive in GHCI

Viewed 206

It's bothersome for me to have to press shift key whenever to type Main.hs in ghci.

> :l Main.hs

Is there a way to make ghci tab completion case-insensitive? I couldn't find a fieldname in ~/.haskeline for this.

0 Answers
Related