doctest
doctest copied to clipboard
Update reference to utf8 encoding
In ghci-wrapper/src/Language/Haskell/GhciWrapper.hs
does it make sense to replace references to GHC.IO.Handle.utf8
(which seems not to exist in recent versions of base
) with GHC.IO.Encoding.utf8
?
This might be a typo, see https://github.com/sol/doctest/commit/e184a1511c19b547f3884b489cdb933c6af8a108#r47636599. @j6carey, do you have a test case?