Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build works."
This reverts commit 51228c2306
.
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.
This commit is contained in:
parent
51228c2306
commit
1f5bf73af0
12 changed files with 30 additions and 62 deletions
|
@ -15,7 +15,6 @@ import qualified BuildInfo
|
|||
import System.Posix.Types
|
||||
import qualified System.Posix.IO
|
||||
import Utility.Env
|
||||
import Utility.Env.Set
|
||||
#endif
|
||||
import Utility.Tmp
|
||||
import Utility.Format (decode_c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue