haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
223 stars 75 forks source link

.haskeline doesn't seem to get picked up #98

Closed buggymcbugfix closed 5 years ago

buggymcbugfix commented 5 years ago

I have the following dotfile:

$ cat ~/.haskeline
historyDuplicates: IgnoreConsecutive

However running stack ghci my settings don't seem to get picked up. I'm on macOS 10.13.6. Any ideas?

judah commented 5 years ago

Hm, I just tried that and it worked for me. A few thoughts:

buggymcbugfix commented 5 years ago

Ah, thank you, I didn't realise that this doesn't work on existing entries!