Once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11853 is merged (which is presumably in time for GHC 9.12), we should add under appropriate CPP guard ```haskell {-# LANGUAGE NamedDefaults #-} default IsString (Text, String) ``` CC @blamario