
9 May
2024
9 May
'24
8:22 p.m.
Perfect! Yes, that's exactly what I'm looking for. Amazing that I
completely missed that, it's not even that new.
On Thu, May 9, 2024 at 1:01 PM Henning Thielemann
On Thu, 9 May 2024, Hilco Wijbenga wrote:
We have Text and ByteString as alternatives to String but as soon as you want to do anything IO related (read a file, get a directory's content, et cetera) it seems your only option is to use String.
Maybe you are looking for the new versions of 'filepath' and 'directory' packages that use the OsString type from 'os-string'?