I'm trying out Yesod, but when the Yesod development server is running, on every file change it rebuilds the application. A great feature, but when saving several files (with Ctrl+Shift+S), it builds the application multiple times - once for every file.
Is there a way to configure it so it won't do that?