aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:32:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:32:01 -0400
commit7fa329f8e62444c404d5445287bd1f158c60bbcc (patch)
tree2128e6110b02a5afbbb69b3f4e93cde864163dc3 /git-annex.cabal
parentad1e45aaedee71fbae100d2d73ff56b6d09e1577 (diff)
add utf8-string to custom-setup deps
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b314d95ee..fcd7b103b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -305,7 +305,8 @@ source-repository head
custom-setup
Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process,
- filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal
+ filepath, exceptions, bytestring, directory, IfElse, data-default
+ utf8-string, Cabal
Executable git-annex
Main-Is: git-annex.hs