haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Please support the latest version of hinotify #24

Closed peti closed 11 years ago

peti commented 11 years ago

fsnotify currently supports only hinotify version 0.3.2, but the latest version of that package is 0.3.5. Could you please update fsnotify to support that version, too?

markwright commented 11 years ago

I agree, it builds fine on Gentoo with ghc 7.6.1 when I loosen the dep like:

sed -e 's@hinotify == 0.3.2@hinotify >= 0.3.2@g' \
    -i "${S}/${PN}.cabal" || die "Could not loosen dependencies"
mdittmer commented 11 years ago

Deps have been updated.