halive
halive copied to clipboard
Inconsistent reloading on Linux
Hello, I'm trying to use halive along with spacemacs on Ubuntu. I observed a pretty odd frequence of reloading while typing :
- Each time I type something in my
.hsfile, halive reloads, and it displays the output of the previous build. - When I finally save my file, halive reloads and I got the expected output, but I got it twice.
I tried to watch my file with inotifywait -e modify filename.hs to be sure that the modification only happens when I really save my file, and it works at expected.
Thanks for this useful tool, coming from node.js it's refreshing to find live-reloading in Haskell. :+1: