From 28864f0bb209508bd842b94d1f160948a31c036d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Aug 2023 09:29:23 -0400 Subject: [PATCH] add back utf8-string to setup build deps Needed on Windows since Utility.FileSystemEncoding uses it --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/git-annex.cabal b/git-annex.cabal index d06ef796ab..5717e0321a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -310,6 +310,7 @@ custom-setup time (>= 1.5.0), directory (>= 1.2.7.0), async, + utf8-string, Cabal (< 4.0) Executable git-annex -- 2.30.2