Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build works."

This reverts commit 51228c2306.

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.
This commit is contained in:
Joey Hess 2017-12-31 14:09:41 -04:00
parent 51228c2306
commit 1f5bf73af0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
12 changed files with 30 additions and 62 deletions

View file

@ -44,6 +44,3 @@ Use -v to see a list of the files searched for.
Yeah, it's amazing! I've been using the version from the Debian repos and then
wanted to try building the new version for youtube-dl support.
> Revisited it and seem to have managed to add custom-setup back. [[done]]
> --[[Joey]]