streamly-bytestring cannot be used with ghc-9.2.2 or earlier because of the bytestring version constraints on it. And we cannot use earlier streamly-bytestring versions with streamly-0.9.0. So there is no other way other than using a newer compiler.
Can we check bytestring version in the code and use CPP to support older versions?