Add default IsString (Text, String)
Open
- Dominant language
- Haskell
- Stars
- 421
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.