From f86850311f21354b2d3aeb9af343f5b8e81be972 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 16 Oct 2023 23:02:26 +0200 Subject: fix unicode-related output problems The underlying problem had been truncating `String` to `ByteString` (via `IsString(fromString))`, which is unsafe. --- anissue.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 9de81d2..7157c4e 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -108,6 +108,7 @@ executable anissue default-extensions: BlockArguments + DataKinds DeriveAnyClass DisambiguateRecordFields DuplicateRecordFields -- cgit v1.2.3