cocreature / lrucaching

Haskell implementation of an LRU cache
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Please support newer base-compat #8

Closed iustin closed 10 months ago

iustin commented 10 months ago

There's base-compat 0.13 for GHC 9.6, and 0.13.1 for GHC 9.8. Could you please test and release with increased upper bounds? See https://hackage.haskell.org/package/base-compat.

iustin commented 10 months ago

Note: I've tested a build for my app with forced ignore deps and the build succeeded, so I think there should be no (significant) issues with bumping the upper bound.

cocreature commented 10 months ago

I've uploaded 0.3.4 which includes this.

iustin commented 10 months ago

Thanks!