don't parse plausible tokens as utf8

They'll always be ascii
This commit is contained in:
outfoxxed 2025-02-10 23:17:45 -08:00
parent cb2f1ae064
commit 0a400a801c
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 3 deletions

View file

@ -17,7 +17,6 @@ executable blog-proxy
build-depends:
base ^>= 4.18.2.0,
bytestring ^>= 0.11.5.0,
utf8-string ^>= 1.0.0,
text ^>= 2.0.0,
split ^>= 0.2.5,
containers ^>= 0.6.7,