matil019 / haskell-libfuse3

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

Allow base-4.16 #14

Closed matil019 closed 2 years ago

matil019 commented 2 years ago

Raise the upper bound of base to allow base-4.16.0.0 so that this library is buildable with ghc-9.2.1.

As of now, the examples and the benchmark don't build with base-4.16.0.0 but the library itself and the tests do, and the tests pass.

This PR includes some minor cleanups. The CI settings are updated (in particular the scheduled job is removed), and time-1.13 is allowed (but never actually used because it is blacklisted).