summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
commitcbb7f306b8f8f2672ea34b040a0010739f722310 (patch)
treea1818bf7bab9e240a0a8dbca947e65e7062322d9 /git-annex.cabal
parentc7c745d28868c8cd646d3e31dd8ba6a0b763f611 (diff)
Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build works."
This reverts commit c7c745d28868c8cd646d3e31dd8ba6a0b763f611. 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 95d39f592..6b2fec439 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