[README: Update with news from 0.3 Lennart Kolmodin **20091125203602 Ignore-this: 667281583cdf0b6d32ab8315d193e6a1 ] { hunk ./README 3 -% December 26, 2007 +% December 26, 2007-2009 hunk ./README 24 +**hinotify 0.3** +: * Compiles with GHC 6.12, GHC 6.10.4, GHC 6.8.2 and GHC 6.6.1 + hunk ./README.html 9 - />

About

hinotify, a library to inotify which has been part of the Linux kernel since 2.6.13.

inotify provides file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified.

This module is named hinotify.

See example code in the examples directory, distributed with the source code.

News

hinotify 0.2
  • Updates to the API
    • Function names is now in semiCamelCase
    • Restructure event parameters to make it more consistent
  • Small test suit in tests/
  • About

    hinotify, a library to inotify which has been part of the Linux kernel since 2.6.13.

    inotify provides file system event notification, simply add a watcher to a file or directory and get an event when it is accessed or modified.

    This module is named hinotify.

    See example code in the examples directory, distributed with the source code.

    News

    hinotify 0.3
      Compiles with GHC 6.8.2 and GHC 6.6.1Compiles with GHC 6.12, GHC 6.10.4, GHC 6.8.2 and GHC 6.6.1
    hinotify 0.2
      Requires Cabal 1.2
    hinotify 0.1
    Initial release

    API

    The API basically consists of:

    initINotify :: IO INotify
    +	    >Updates to the API
    • Function names is now in semiCamelCase
    • Restructure event parameters to make it more consistent
  • Small test suit in tests/
  • Compiles with GHC 6.8.2 and GHC 6.6.1
  • Requires Cabal 1.2
hinotify 0.1
Initial release

API

The API basically consists of:

initINotify :: IO INotify
hunk ./README.html 128
-      >

A sample program:

import System.Directory
+	>

A sample program:

import System.Directory
hunk ./README.html 153
-      >

Download

The code is available via the homepage, and via darcs:

darcs get --partial http://haskell.org/~kolmodin/code/hinotify/
+	>

Download

The code is available via the homepage, and via darcs:

darcs get --partial http://haskell.org/~kolmodin/code/hinotify/
hunk ./README.html 168
-      >

The API is available online.

I’m most grateful for feedback on the API, and what else you might have to suggest.

Author

Lennart Kolmodin

kolmodin at gentoo.org

This software is released under a BSD-style license. See LICENSE for more details.

Copyright © 2007 Lennart Kolmodin

The API is available online.

I’m most grateful for feedback on the API, and what else you might have to suggest.

Author

Lennart Kolmodin

kolmodin at gentoo.org