doctest icon indicating copy to clipboard operation
doctest copied to clipboard

Update reference to utf8 encoding

Open j6carey opened this issue 4 years ago • 1 comments

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?

j6carey avatar Feb 15 '21 21:02 j6carey

This might be a typo, see https://github.com/sol/doctest/commit/e184a1511c19b547f3884b489cdb933c6af8a108#r47636599. @j6carey, do you have a test case?

andreasabel avatar Feb 27 '21 18:02 andreasabel