aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
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 /CHANGELOG
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 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0093087df..510336c65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,6 @@ git-annex (6.20171215) UNRELEASED; urgency=medium
downloaded.
* Fix bug introduced in version 6.20171018 that caused some commands
to print out "ok" twice after processing a file.
- * git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.
-- Joey Hess <id@joeyh.name> Wed, 20 Dec 2017 12:11:46 -0400