matil019 / haskell-libfuse3

A Haskell binding for libfuse-3.x
https://hackage.haskell.org/package/libfuse3
MIT License
5 stars 1 forks source link

Fix examples to compile with unix-2.8 #23

Closed matil019 closed 1 year ago

matil019 commented 1 year ago

The example executables were not compatible with unix-2.8 due to the change to openFd.

Compatibility shims were added to make the examples compilable with both unix-2.7 and 2.8. The library is not affected.