Tested locally, and works fine.
Testing in CI here. (We basically only use ByteString and length from the bytestring library, so we might even just change this dependency to < 1? But then we'd have to be careful if we start using other functionality from the bytestring package. :thinking:
Tested locally, and works fine. Testing in CI here. (We basically only use
ByteString
andlength
from thebytestring
library, so we might even just change this dependency to< 1
? But then we'd have to be careful if we start using other functionality from thebytestring
package. :thinking: