haskell-with-utf8/app/utf8-troubleshoot
Heitor Toledo Lassarote de Paula 19bcaa2419 [#9] Fix compilation of executable on Windows
Problem: Compilation of the executable on Windows fails with 'Module
`GHC.IO.Encoding.Iconv' does not export `localeEncodingName'`

Solution: Check if we are on Windows, and don't import such module or
use `localeEncodingName` if it's the case.
2021-02-15 11:29:35 -03:00
..
cbits troubleshoot: Add C stuff 2020-05-15 16:22:53 +03:00
Main.hs [#9] Fix compilation of executable on Windows 2021-02-15 11:29:35 -03:00