summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:08:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 14:08:55 -0400
commitfaf57cb8213e3beb39b0ec871e567dbcc1b3edb9 (patch)
tree8531806ab5a6e50860fc4901aa6a16a3a36c133d
parent387f1d2a9ccbdee2f908271c0dab4d45a611be4b (diff)
temporarily remove custom-setup stanza
This needs to include unix except on windows, but when I tried an if (! os(windows)) cabal crashed: 'parseField' called on a non-field. This is possibly a bug in Cabal. Cabal is able to configure w/o the custom-setup stanza, so omit it.
-rw-r--r--git-annex.cabal4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 94c81fd3a..ff56ccec2 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -303,10 +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, Cabal
-
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: