From faf57cb8213e3beb39b0ec871e567dbcc1b3edb9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Oct 2017 14:08:55 -0400 Subject: 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. --- git-annex.cabal | 4 ---- 1 file changed, 4 deletions(-) (limited to 'git-annex.cabal') 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: -- cgit v1.2.3