summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
committerJoey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
commit1f5bf73af04dcfee5cd2a3349085e22c9e90f647 (patch)
treeae929289fa8aaf23830793aa336e584880b68b32 /git-annex.cabal
parent51228c23065c2af011855200839a7ffa3423221d (diff)
Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build works."
This reverts commit 51228c23065c2af011855200839a7ffa3423221d. No, still doesn't work when built with cabal. It did with stack; stack must somehow make the unix package implicitly available. With cabal, System.Posix.Process and System.Posix.Env are both missing.
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 95d39f5928..6b2fec4390 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -302,11 +302,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