serokell / haskell-with-utf8

Get your IO right on the first try
https://serokell.io/blog/haskell-with-utf8
52 stars 3 forks source link

Delete Data.Text.IO.Utf8 module #24

Open gromakovsky opened 9 months ago

gromakovsky commented 9 months ago

A module with this name has been added to text recently: https://github.com/haskell/text/pull/503/. It seems to contain all functions from our module, so most likely we can delete it. Anyway, we need to do something with it because it causes a name collision, which isn't convenient.