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]

Modules

[Last Documentation]

  • System
    • System.FSNotify
      • System.FSNotify.Devel

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.0.0), base (>=4.8 && <5), bytestring (>=0.10.2), containers (>=0.4), directory (>=1.3.0.0), exceptions, filepath (>=1.3.0.0), fsnotify, hfsevents (>=0.1.3), hinotify (>=0.3.7), monad-control (>=1.0.0.0), random, retry, safe-exceptions (>=0.1.0.0), sandwich (>=0.1.1.1), temporary, text (>=0.11.0), time (>=1.1), unix (>=2.7.1.0), unix-compat (>=0.2), unliftio, Win32 [details]
License BSD-3-Clause
Author Mark Dittmer <mark.s.dittmer@gmail.com>, Niklas Broberg
Maintainer Tom McLaughlin <tom@codedown.io>
Revised Revision 1 made by sjakobi at 2022-10-07T09:24:32Z
Category Filesystem
Home page https://github.com/haskell-fswatch/hfsnotify
Uploaded by thomasjm at 2022-09-25T00:09:54Z
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]
Executables tests
Downloads 96199 total (246 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-09-25 [all 2 reports]

Readme for fsnotify-0.4.0.1

[back to package description]

CI

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