matil019 / haskell-libfuse3

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

Update dependencies and support unix-2.8.0.0 #18

Closed matil019 closed 2 years ago

matil019 commented 2 years ago

Extends the upper bounds of base and unix to <4.18 and <2.19, respectively.

Some of the code is updated to support unix-2.8.0.0. This uncovered an incorrect type, which is corrected in another PR.