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:
parent
11928ae432
commit
2412744e0b
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue