Skip to content

Use base64-bytestring instead of base64

Jean-Paul Calderone requested to merge switch-to-base64-bytestring into master

base64 on ghc 8.6.5 on arm produces incorrect output, ultimately because of https://gitlab.haskell.org/ghc/ghc/-/issues/20338

Merge request reports