this is the custom-setup I want

Unfortunately, cabal fails to parse this.
https://github.com/haskell/cabal/issues/4852
This commit is contained in:
Joey Hess 2017-10-27 14:20:58 -04:00
parent b7be4e13c2
commit d6573dab1d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -306,6 +306,8 @@ source-repository head
custom-setup custom-setup
Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process, Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process,
filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal
if os(Windows)
Setup-Depends: Win32
Executable git-annex Executable git-annex
Main-Is: git-annex.hs Main-Is: git-annex.hs