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 time-1.12 #13

Closed matil019 closed 3 years ago

matil019 commented 3 years ago

The exclusive upper bound of time was raised from 1.12 to 1.13 to support time-1.12.

Tested with --allow-newer='*:time' because some of the dependencies accepts time<1.12 only.