diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 23:02:26 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-16 23:12:06 +0200 |
commit | f86850311f21354b2d3aeb9af343f5b8e81be972 (patch) | |
tree | 34937040543e85d01655c04fd3228ec720d7b9dd /anissue.cabal | |
parent | 20e95095090d5febce7deb17cfa6eec0a93e0482 (diff) |
fix unicode-related output problems
The underlying problem had been truncating `String` to `ByteString` (via
`IsString(fromString))`, which is unsafe.
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
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 |