IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-trees
Apache License 2.0
24 stars 7 forks source link

Add -Werror=missing-deriving-strategies #278

Closed phadej closed 1 month ago

phadej commented 1 month ago

There was one anyclass NFData instance which I changed to newtype NFData instance.

phadej commented 1 month ago

Any ETA on when #274 and #280 wil lbe merged? Tomorrow, next week?

dcoutts commented 1 month ago

280 is merged. I'm now rebasing this on #274 (which is in the merge queue).

dcoutts commented 1 month ago

Ok, this can go in as soon as #274 is merged.