bartavelle / filecache

A Linux-only cache system associating values to files. The values are automatically discarded when the files are modified.
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Support fsnotify 0.4 #10

Closed PierreR closed 10 months ago

PierreR commented 10 months ago

To allow building with recent ghc versions, the fsnotify dependency upper-bound needs to be updated.

The current bound is fsnotify >=0.3 && <0.4.

It would also allow language-puppet to be built with more recent ghc versions.

bartavelle commented 10 months ago

It's done, new version on hackage.