add back utf8-string to setup build deps
authorJoey Hess <joeyh@joeyh.name>
Wed, 2 Aug 2023 13:29:23 +0000 (09:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 2 Aug 2023 13:29:23 +0000 (09:29 -0400)
Needed on Windows since Utility.FileSystemEncoding uses it

git-annex.cabal

index d06ef796ab04ac06b3fe6b52fd313032310e010b..5717e0321a5d47c7d23d20f1ebac74ff36cd88c5 100644 (file)
@@ -310,6 +310,7 @@ custom-setup
     time (>= 1.5.0),
     directory (>= 1.2.7.0),
     async,
+    utf8-string,
     Cabal (< 4.0)
 
 Executable git-annex