projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a52b4c
)
add back utf8-string to setup build deps
author
Joey Hess
<joeyh@joeyh.name>
Wed, 2 Aug 2023 13:29:23 +0000
(09:29 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/git-annex.cabal
b/git-annex.cabal
index d06ef796ab04ac06b3fe6b52fd313032310e010b..5717e0321a5d47c7d23d20f1ebac74ff36cd88c5 100644
(file)
--- 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