Update lsm-tree/CHANGELOG.md
Co-authored-by: Joris Dral <[email protected]>
Co-authored-by: Joris Dral <[email protected]>
Support io-classes ^>=1.9 and ^>=1.10 in lsm-tree and blockio
* Remove usage of -Wno-x-partial from cabal file where it is not needed. * Disable -Wredundant-constraint warning for ghc >= 9.14. * Disable -Wpattern-namespace-specifier for ghc >= 9.14.
* Use -Wall and -Werror for blockio and lsm-tree packages. * Disable -Wredundant-constraint warning for ghc >= 9.14. * Disable -Wpattern-namespace-specifier for ghc >= 9.14. * Remove no-x-partial from cabal files to specific files that need them.
docs: use 'sequence' instead of 'run' in IndexCompact docs
Update issue templates with `triage` label
Update CODEOWNERS
docs: use 'sequence' instead of 'run' in IndexCompact docs
Manually tested that io-classes ^>=1.9 was ok.