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
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.