hinotify-bytestring

Haskell binding to inotify, using ByteString filepaths

https://github.com/hasufell/hinotify-bytestring.git

Latest on Hackage:0.3.8.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Lennart Kolmodin
Maintained by Julian Ospald

This library provides a wrapper to the Linux Kernel's inotify feature, allowing applications to subscribe to notifications when a file is accessed or modified. Filepaths are represented as ByteStrings.