haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Copy win32-notify code into this package #81

Closed thomasjm closed 6 years ago

thomasjm commented 6 years ago

Reasons to do this: -- It's only 2 files, and keeping this dependency in sync with fsnotify is a pain -- The win32-notify package doesn't seem to be used much on its own -- The licenses are the same

Addresses #80