• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/System/H29-May-2018-1,155711

test/H29-May-2018-240191

win-src/System/Win32/H29-May-2018-273180

CHANGELOG.mdH A D29-May-20182 KiB7151

LICENSEH A D29-May-20181.5 KiB3124

README.mdH A D29-May-2018615 2011

Setup.hsH A D29-May-2018204 122

fsnotify.cabalH A D03-May-20222.9 KiB7771

README.md

1hfsnotify [![Linux and Mac build Status](https://travis-ci.org/haskell-fswatch/hfsnotify.svg)](https://travis-ci.org/haskell-fswatch/hfsnotify) [![Windows build status](https://ci.appveyor.com/api/projects/status/7h1msaokgpqo0q42?svg=true)](https://ci.appveyor.com/project/thomasjm/hfsnotify-v2smx)
2=========
3
4Unified Haskell interface for basic file system notifications.
5
6
7This is a library. There are executables built on top of it.
8
9* [spy](https://hackage.haskell.org/package/spy)
10* [steeloverseer](https://github.com/schell/steeloverseer)
11
12
13Requirements
14============
15
16Windows
17-------
18
19compile with -fthreaded
20