lukexi / halive

Live recompiler for Haskell
BSD 2-Clause "Simplified" License
263 stars 18 forks source link

Inconsistent reloading on Linux #14

Open jgoux opened 8 years ago

jgoux commented 8 years ago

Hello, I'm trying to use halive along with spacemacs on Ubuntu. I observed a pretty odd frequence of reloading while typing :

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: