diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-12-31 14:09:41 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-12-31 14:09:41 -0400 |
commit | cbb7f306b8f8f2672ea34b040a0010739f722310 (patch) | |
tree | a1818bf7bab9e240a0a8dbca947e65e7062322d9 /Git/CurrentRepo.hs | |
parent | c7c745d28868c8cd646d3e31dd8ba6a0b763f611 (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 'Git/CurrentRepo.hs')
-rw-r--r-- | Git/CurrentRepo.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/CurrentRepo.hs b/Git/CurrentRepo.hs index df074cf8b..69a679ee3 100644 --- a/Git/CurrentRepo.hs +++ b/Git/CurrentRepo.hs @@ -12,7 +12,6 @@ import Git.Types import Git.Construct import qualified Git.Config import Utility.Env -import Utility.Env.Set {- Gets the current git repository. - |