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.
This commit is contained in:
Joey Hess 2017-10-22 14:08:55 -04:00
parent 11928ae432
commit 2412744e0b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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: