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
.hs file, 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. 👍
Hello,
I'm trying to use halive along with spacemacs on Ubuntu.
I observed a pretty odd frequence of reloading while typing :
.hsfile, halive reloads, and it displays the output of the previous build.I tried to watch my file with
inotifywait -e modify filename.hsto 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. 👍