luite / hfsevents

Haskell bindings for the OS X FSEvents API - Event based filesystem monitoring
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

require cabal-version 2.2, build cleanly with ghc 9.8/Cabal-3.10.2.0 (fix #16) #17

Closed simonmichael closed 7 months ago

luite commented 7 months ago

Thanks for the fix!

Moving it to cxx-sources seems wrong for an ObjC file, but then again, c-sources is kind of wrong too. Wrong-but-working is better than wrong-but-broken...

I'll test it here and also ask Hamish (who made the Cabal fix), and make a hackage release if it seems like this is the best way to do it.

luite commented 7 months ago

Hamish mentioned that he fixed jsaddle-wkwebview the same way. I'll bump the version and make a hackage release later today.