aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 14:09:41 -0400
commitcbb7f306b8f8f2672ea34b040a0010739f722310 (patch)
treea1818bf7bab9e240a0a8dbca947e65e7062322d9 /doc
parentc7c745d28868c8cd646d3e31dd8ba6a0b763f611 (diff)
Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build works."
This reverts commit c7c745d28868c8cd646d3e31dd8ba6a0b763f611. 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn b/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn
index fcf9b6b3a..51d4f189d 100644
--- a/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn
+++ b/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn
@@ -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]]