schell / steeloverseer

A file watcher and development tool.
BSD 3-Clause "New" or "Revised" License
128 stars 15 forks source link

Simplify some file watching code #14

Closed mitchellwrosen closed 7 years ago

mitchellwrosen commented 7 years ago

I tucked away the watch manager callback into the streaming watch tree (with MonadResource). Slightly simpler code now, and one less indentation!

Also added some random code that fixed 7.6.3 build

schell commented 7 years ago

Thank you!