matil019 / haskell-libfuse3

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

Remove linux-xattr #21

Closed matil019 closed 2 years ago

matil019 commented 2 years ago

Replaces a dependency to linux-xattr with a hand-written implementation.

linux-xattr was last released 8 years ago. It has a constraint bytestring <0.11 which prevents building the passthrough example program with ghc>=9.2.

Since it is used by a simple example, I decided that writing the FFI bindings by hand would be enough.

Note: I never contacted with the maintainers of linux-xattr.