summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 13:54:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-31 13:54:41 -0400
commitc7c745d28868c8cd646d3e31dd8ba6a0b763f611 (patch)
tree0f01ece516196776f47ba9dda79d1f3fc032e690 /doc
parent455675b7b002227c84ad4717e5114b2e13619d4f (diff)
git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
Seems I had all the work in past commits to make this build, at least on linux. I'm actually surprised it does, without a unix dep, Utility.Env still builds ok somehow despite using System.Posix.Env. This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn3
1 files changed, 3 insertions, 0 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 51d4f189d..fcf9b6b3a 100644
--- a/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn
+++ b/doc/bugs/Add_custom-setup_stanza_to_.cabal_file.mdwn
@@ -44,3 +44,6 @@ 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]]