aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:59:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-14 14:59:51 -0400
commit92f36a1d31418e747eeaaaad03aeb85cec939d21 (patch)
tree0013232fca756f278dd44fefc45a18a1a9d35289 /git-annex.cabal
parent1b0e53cd9a1289c2eb7b3b29cb3804e3d61a8744 (diff)
still can't express custom-setup deps
They need unix on non-windows, for Utility.Env, which Build.Configure uses, but cabal can't express that in a custom-setup stanza. To avoid this problem, Utility.Env would need to be moved into unix-compat..
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 0 insertions, 6 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 2180fe453..0d3681aa5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -303,11 +303,6 @@ source-repository head
type: git
location: git://git-annex.branchable.com/
-custom-setup
- Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process,
- filepath, exceptions, bytestring, directory, IfElse, data-default,
- utf8-string, Cabal
-
Executable git-annex
Main-Is: git-annex.hs
Build-Depends:
@@ -996,7 +991,6 @@ Executable git-annex
Utility.Dot
Utility.DottedVersion
Utility.Env
- Utility.Env.Set
Utility.Exception
Utility.ExternalSHA
Utility.FileMode