|
Subject: Ann: Win32-notify 0.1 Newsgroups: gmane.comp.lang.haskell.cafe Date: 2008-04-20 00:31:09 GMT (30 weeks, 5 days, 3 hours and 54 minutes ago) Hi all, I wanted to use hinotify, which gives notifications on file system changes, but found (quite naturally) that it wouldn't run on my windows machine (since it's a binding to the linux kernel). So I started writing a library that would give similar functionality on Windows. This is the first release of that, more a proof-of-concept than anything useful at this stage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Win32-notify-0.1 Still, feel free to test it, and I would love feedback on everything from desired API to suggestions on how to implement the low-level bindings more efficiently. Cheers, /Niklas |
|
|