fsnotify: Cross platform library for file change notification.

[ bsd3, filesystem, library ] [ Propose Tags ]

Cross platform library for file creation, modification, and deletion notification. This library builds upon existing libraries for platform-specific Windows, Mac, and Linux filesystem event notification.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.7.1, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.1, 0.2.1.1, 0.2.1.2, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.4.1.0 (info)
Change log CHANGELOG.md
Dependencies async (>=2.0.1), base (>=4.8 && <5), bytestring (>=0.10.2), containers (>=0.4), directory (>=1.2.7.0), filepath (>=1.3.0.0), hfsevents (>=0.1.3), hinotify (>=0.3.0), shelly (>=1.6.5), text (>=0.11.0), time (>=1.1), unix (>=2.7.1.0), unix-compat (>=0.2), Win32 [details]
License BSD-3-Clause
Author Mark Dittmer <mark.s.dittmer@gmail.com>, Niklas Broberg
Maintainer Tom McLaughlin <tom@codedown.io>
Revised Revision 2 made by Bodigrim at 2022-04-16T17:31:00Z
Category Filesystem
Home page https://github.com/haskell-fswatch/hfsnotify
Source repo head: git clone git://github.com/haskell-fswatch/hfsnotify
Uploaded by thomasjm at 2018-05-29T21:48:01Z
Distributions Arch:0.4.0.0, Debian:0.3.0.1, Fedora:0.4.1.0, FreeBSD:0.2.1, LTSHaskell:0.4.1.0, NixOS:0.4.1.0, Stackage:0.4.1.0, openSUSE:0.4.1.0
Reverse Dependencies 57 direct, 162 indirect [details]
Downloads 96199 total (246 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-29 [all 1 reports]

Readme for fsnotify-0.3.0.1

[back to package description]

hfsnotify Linux and Mac build Status Windows build status

Unified Haskell interface for basic file system notifications.

This is a library. There are executables built on top of it.

Requirements

Windows

compile with -fthreaded